#04AB82

Color #04AB82 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #04AB82

Tints of Free Speech Aquamarine #04AB82

Color information

#04AB82 (or 0x04AB82) is unknown color: approx Free Speech Aquamarine. HEX triplet: 04, AB and 82. RGB value is (4,171,130). Sum of RGB (Red+Green+Blue) = 4+171+130=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AB82 is #FB547D. Grayscale: #747474. Windows color (decimal): -16471166 or 8563460. OLE color: 8563460.

HSL color Cylindrical-coordinate representation of color #04AB82: hue angle of 165.27º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AB82 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB4171130-
CMYK0.9800.240.33
HSL165.27º95.43%34.31%-
HSV(B)165.27º97.66%67.06%-
XYZ18.6430.7626.07-
YUV116.39135.6747.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.31%
GREEN value IS 171 (67.19% from 255) = 56.07%
BLUE value IS 130 (51.17% from 255) = 42.62%
R=1.31%
G=56.07%
B=42.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41711300.9800.240.33165.2795.4334.31
Hex4AB826201821a55f22
Octal42532021420304124513742
Binary10010101011100000101100010011000100001101001011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,171,130); }

 H1.HeaderClassName
 {
   color: #04AB82;
 }
 .AnyTagClassName
 {
   color: #04AB82;
 }
</style>
background-color css

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

 a { background-color: rgb(4,171,130); }

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

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

 span { border-color: rgb(4,171,130); }

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