Html Css Color HEX #04997E Free Speech Aquamarine

📋 copy color: '#04997E'

red 4 ◦ green 153 ◦ blue 126

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

Shades of Free Speech Aquamarine #04997E

Tints of Free Speech Aquamarine #04997E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.52%

R = 1.41%
G = 54.06%
B = 44.52%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#04997E (or 0x04997E) is known color: Free Speech Aquamarine. HEX triplet: 04, 99 and 7E. RGB value is (4,153,126). Sum of RGB (Red+Green+Blue) = 4+153+126=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #04997E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04997E is #FB6681. Grayscale: #696969. Windows color (decimal): -16475778 or 8296708. OLE color: 8296708.

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

Color convert

RGB 4 153 126 -
CMYK 0.97 0 0.18 0.4
HSL 169.13º 0.95% 0.31% -
HSV(B) 169.13º 0.97% 0.6% -
XYZ 15.21 24.31 23.63 -
YUV 105.37 139.64 55.7 -
System Red Green Blue C M Y K H S L
Decimal 4 153 126 0.97 0 0.18 0.4 169.13 0.95 0.31
Hex 4 99 7E 61 0 12 28 A9 5F 1F
Octal 4 231 176 141 0 22 50 251 137 37
Binary 100 10011001 1111110 1100001 0 10010 101000 10101001 1011111 11111

Color Harmonies of #04997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04997E

Black with #04997E

Text Example


Text Example

White with #04997E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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