Html Css Color HEX #04966E Free Speech Aquamarine

📋 copy color: '#04966E'

red 4 ◦ green 150 ◦ blue 110

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

Shades of Free Speech Aquamarine #04966E

Tints of Free Speech Aquamarine #04966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 56.82%

 BLUE value IS 110 (43.36% from 255) = 41.67%

R = 1.52%
G = 56.82%
B = 41.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#04966E (or 0x04966E) is known color: Free Speech Aquamarine. HEX triplet: 04, 96 and 6E. RGB value is (4,150,110). Sum of RGB (Red+Green+Blue) = 4+150+110=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #04966E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04966E is #FB6991. Grayscale: #656565. Windows color (decimal): -16476562 or 7247364. OLE color: 7247364.

HSL color Cylindrical-coordinate representation of color #04966E: hue angle of 163.56º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04966E is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 150 110 -
CMYK 0.97 0 0.27 0.41
HSL 163.56º 0.95% 0.3% -
HSV(B) 163.56º 0.97% 0.59% -
XYZ 13.77 22.96 18.46 -
YUV 101.79 132.63 58.25 -
System Red Green Blue C M Y K H S L
Decimal 4 150 110 0.97 0 0.27 0.41 163.56 0.95 0.3
Hex 4 96 6E 61 0 1B 29 A4 5F 1E
Octal 4 226 156 141 0 33 51 244 137 36
Binary 100 10010110 1101110 1100001 0 11011 101001 10100100 1011111 11110

Color Harmonies of #04966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04966E

Black with #04966E

Text Example


Text Example

White with #04966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04966E; }

 p { color: rgb(4,150,110); }

 H1.HeaderClassName
 {
   color: #04966E;
 }
 .AnyTagClassName
 {
   color: #04966E;
 }
</style>

background-color css

<style>
 a { background-color: #04966E; }

 a { background-color: rgb(4,150,110); }

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

border-color css

<style>
 span { border-color: #04966E; }

 span { border-color: rgb(4,150,110); }

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