Html Css Color HEX #04986B Free Speech Aquamarine

📋 copy color: '#04986B'

red 4 ◦ green 152 ◦ blue 107

#04986B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Aquamarine #04986B

Tints of Free Speech Aquamarine #04986B

RGB

 RED value IS 4 (1.95% from 255) = 1.52%

 GREEN value IS 152 (59.77% from 255) = 57.79%

 BLUE value IS 107 (42.19% from 255) = 40.68%

R = 1.52%
G = 57.79%
B = 40.68%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#04986B (or 0x04986B) is known color: Free Speech Aquamarine. HEX triplet: 04, 98 and 6B. RGB value is (4,152,107). Sum of RGB (Red+Green+Blue) = 4+152+107=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 152 (59.77% from 255 or 57.79% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 152 - color contains mainly: green. Hex color #04986B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04986B is #FB6794. Grayscale: #666666. Windows color (decimal): -16476053 or 7051268. OLE color: 7051268.

HSL color Cylindrical-coordinate representation of color #04986B: hue angle of 161.76º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04986B is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 4 152 107 -
CMYK 0.97 0 0.30 0.40
HSL 161.76º 0.95% 0.31% -
HSV(B) 161.76º 0.97% 0.6% -
XYZ 13.93 23.54 17.72 -
YUV 102.62 130.47 57.66 -
System Red Green Blue C M Y K H S L
Decimal 4 152 107 0.97 0 0.30 0.40 161.76 0.95 0.31
Hex 4 98 6B 61 0 1E 28 A2 5F 1F
Octal 4 230 153 141 0 36 50 242 137 37
Binary 100 10011000 1101011 1100001 0 11110 101000 10100010 1011111 11111

Color Harmonies of #04986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04986B

Black with #04986B

Text Example


Text Example

White with #04986B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04986B; }

 p { color: rgb(4,152,107); }

 H1.HeaderClassName
 {
   color: #04986B;
 }
 .AnyTagClassName
 {
   color: #04986B;
 }
</style>

background-color css

<style>
 a { background-color: #04986B; }

 a { background-color: rgb(4,152,107); }

 div.DivClassName
 {
   background-color: #04986B;
 }
 .BgClassName
 {
   background-color: #04986B;
 }
</style>

border-color css

<style>
 span { border-color: #04986B; }

 span { border-color: rgb(4,152,107); }

 td.TdClassName
 {
   border-color: #04986B;
 }
 .TagClassName
 {
   border-color: #04986B;
 }
</style>