Html Css Color HEX #04A080 Free Speech Aquamarine

📋 copy color: '#04A080'

red 4 ◦ green 160 ◦ blue 128

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

Shades of Free Speech Aquamarine #04A080

Tints of Free Speech Aquamarine #04A080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.84%

R = 1.37%
G = 54.79%
B = 43.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#04A080 (or 0x04A080) is known color: Free Speech Aquamarine. HEX triplet: 04, A0 and 80. RGB value is (4,160,128). Sum of RGB (Red+Green+Blue) = 4+160+128=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 160 (62.89% from 255 or 54.79% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 160 - color contains mainly: green. Hex color #04A080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A080 is #FB5F7F. Grayscale: #6D6D6D. Windows color (decimal): -16473984 or 8429572. OLE color: 8429572.

HSL color Cylindrical-coordinate representation of color #04A080: hue angle of 167.69º 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 #04A080 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 4 160 128 -
CMYK 0.98 0 0.20 0.37
HSL 167.69º 0.95% 0.32% -
HSV(B) 167.69º 0.98% 0.63% -
XYZ 16.52 26.73 24.71 -
YUV 109.71 138.32 52.6 -
System Red Green Blue C M Y K H S L
Decimal 4 160 128 0.98 0 0.20 0.37 167.69 0.95 0.32
Hex 4 A0 80 62 0 14 25 A8 5F 20
Octal 4 240 200 142 0 24 45 250 137 40
Binary 100 10100000 10000000 1100010 0 10100 100101 10101000 1011111 100000

Color Harmonies of #04A080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A080

Black with #04A080

Text Example


Text Example

White with #04A080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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