Html Css Color HEX #04976C Free Speech Aquamarine

📋 copy color: '#04976C'

red 4 ◦ green 151 ◦ blue 108

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

Shades of Free Speech Aquamarine #04976C

Tints of Free Speech Aquamarine #04976C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 57.41%

 BLUE value IS 108 (42.58% from 255) = 41.06%

R = 1.52%
G = 57.41%
B = 41.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#04976C (or 0x04976C) is known color: Free Speech Aquamarine. HEX triplet: 04, 97 and 6C. RGB value is (4,151,108). Sum of RGB (Red+Green+Blue) = 4+151+108=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 151 (59.38% from 255 or 57.41% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 151 - color contains mainly: green. Hex color #04976C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04976C is #FB6893. Grayscale: #666666. Windows color (decimal): -16476308 or 7116548. OLE color: 7116548.

HSL color Cylindrical-coordinate representation of color #04976C: hue angle of 162.45º 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 #04976C is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 151 108 -
CMYK 0.97 0 0.28 0.41
HSL 162.45º 0.95% 0.3% -
HSV(B) 162.45º 0.97% 0.59% -
XYZ 13.82 23.24 17.94 -
YUV 102.15 131.3 58 -
System Red Green Blue C M Y K H S L
Decimal 4 151 108 0.97 0 0.28 0.41 162.45 0.95 0.3
Hex 4 97 6C 61 0 1C 29 A2 5F 1E
Octal 4 227 154 141 0 34 51 242 137 36
Binary 100 10010111 1101100 1100001 0 11100 101001 10100010 1011111 11110

Color Harmonies of #04976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04976C

Black with #04976C

Text Example


Text Example

White with #04976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04976C; }

 p { color: rgb(4,151,108); }

 H1.HeaderClassName
 {
   color: #04976C;
 }
 .AnyTagClassName
 {
   color: #04976C;
 }
</style>

background-color css

<style>
 a { background-color: #04976C; }

 a { background-color: rgb(4,151,108); }

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

border-color css

<style>
 span { border-color: #04976C; }

 span { border-color: rgb(4,151,108); }

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