Html Css Color HEX #04997C Free Speech Aquamarine

📋 copy color: '#04997C'

red 4 ◦ green 153 ◦ blue 124

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

Shades of Free Speech Aquamarine #04997C

Tints of Free Speech Aquamarine #04997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.45%

 BLUE value IS 124 (48.83% from 255) = 44.13%

R = 1.42%
G = 54.45%
B = 44.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#04997C (or 0x04997C) is known color: Free Speech Aquamarine. HEX triplet: 04, 99 and 7C. RGB value is (4,153,124). Sum of RGB (Red+Green+Blue) = 4+153+124=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #04997C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04997C is #FB6683. Grayscale: #696969. Windows color (decimal): -16475780 or 8165636. OLE color: 8165636.

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

Color convert

RGB 4 153 124 -
CMYK 0.97 0 0.19 0.4
HSL 168.32º 0.95% 0.31% -
HSV(B) 168.32º 0.97% 0.6% -
XYZ 15.08 24.26 22.96 -
YUV 105.14 138.64 55.86 -
System Red Green Blue C M Y K H S L
Decimal 4 153 124 0.97 0 0.19 0.4 168.32 0.95 0.31
Hex 4 99 7C 61 0 13 28 A8 5F 1F
Octal 4 231 174 141 0 23 50 250 137 37
Binary 100 10011001 1111100 1100001 0 10011 101000 10101000 1011111 11111

Color Harmonies of #04997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04997C

Black with #04997C

Text Example


Text Example

White with #04997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,153,124); }

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

background-color css

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

 a { background-color: rgb(4,153,124); }

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

border-color css

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

 span { border-color: rgb(4,153,124); }

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