#02A074

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

Shades of Free Speech Aquamarine #02A074

Tints of Free Speech Aquamarine #02A074

Color information

#02A074 (or 0x02A074) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, A0 and 74. RGB value is (2,160,116). Sum of RGB (Red+Green+Blue) = 2+160+116=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 160 (62.89% from 255 or 57.55% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 160 - color contains mainly: green. Hex color #02A074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A074 is #FD5F8B. Grayscale: #6B6B6B. Windows color (decimal): -16605068 or 7643138. OLE color: 7643138.

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

Color convert

RGB2160116-
CMYK0.9900.280.37
HSL163.29º97.53%31.76%-
HSV(B)163.29º98.75%62.75%-
XYZ15.7526.4220.79-
YUV107.74132.6552.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 160 (62.89% from 255) = 57.55%
BLUE value IS 116 (45.70% from 255) = 41.73%
R=0.72%
G=57.55%
B=41.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal21601160.9900.280.37163.2997.5331.76
Hex2A0746301C25a36220
Octal22401641430344524314240
Binary101010000011101001100011011100100101101000111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02A074; }

 p { color: rgb(2,160,116); }

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

<style>
 a { background-color: #02A074; }

 a { background-color: rgb(2,160,116); }

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

<style>
 span { border-color: #02A074; }

 span { border-color: rgb(2,160,116); }

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