Html Css Color HEX #04A07E Free Speech Aquamarine

📋 copy color: '#04A07E'

red 4 ◦ green 160 ◦ blue 126

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

Shades of Free Speech Aquamarine #04A07E

Tints of Free Speech Aquamarine #04A07E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 55.17%

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

R = 1.38%
G = 55.17%
B = 43.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#04A07E (or 0x04A07E) is known color: Free Speech Aquamarine. HEX triplet: 04, A0 and 7E. RGB value is (4,160,126). Sum of RGB (Red+Green+Blue) = 4+160+126=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 160 (62.89% from 255 or 55.17% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 160 - color contains mainly: green. Hex color #04A07E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A07E is #FB5F81. Grayscale: #6D6D6D. Windows color (decimal): -16473986 or 8298500. OLE color: 8298500.

HSL color Cylindrical-coordinate representation of color #04A07E: hue angle of 166.92º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A07E is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 4 160 126 -
CMYK 0.98 0 0.21 0.37
HSL 166.92º 0.95% 0.32% -
HSV(B) 166.92º 0.98% 0.63% -
XYZ 16.39 26.67 24.02 -
YUV 109.48 137.32 52.76 -
System Red Green Blue C M Y K H S L
Decimal 4 160 126 0.98 0 0.21 0.37 166.92 0.95 0.32
Hex 4 A0 7E 62 0 15 25 A7 5F 20
Octal 4 240 176 142 0 25 45 247 137 40
Binary 100 10100000 1111110 1100010 0 10101 100101 10100111 1011111 100000

Color Harmonies of #04A07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A07E

Black with #04A07E

Text Example


Text Example

White with #04A07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04A07E; }

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

 H1.HeaderClassName
 {
   color: #04A07E;
 }
 .AnyTagClassName
 {
   color: #04A07E;
 }
</style>

background-color css

<style>
 a { background-color: #04A07E; }

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

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

border-color css

<style>
 span { border-color: #04A07E; }

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

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