#02A07D

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

Shades of Free Speech Aquamarine #02A07D

Tints of Free Speech Aquamarine #02A07D

Color information

#02A07D (or 0x02A07D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, A0 and 7D. RGB value is (2,160,125). Sum of RGB (Red+Green+Blue) = 2+160+125=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #02A07D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A07D is #FD5F82. Grayscale: #6C6C6C. Windows color (decimal): -16605059 or 8232962. OLE color: 8232962.

HSL color Cylindrical-coordinate representation of color #02A07D: hue angle of 166.71º 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 #02A07D is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB2160125-
CMYK0.9900.220.37
HSL166.71º97.53%31.76%-
HSV(B)166.71º98.75%62.75%-
XYZ16.326.6423.68-
YUV108.77137.1551.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 160 (62.89% from 255) = 55.75%
BLUE value IS 125 (49.22% from 255) = 43.55%
R=0.70%
G=55.75%
B=43.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal21601250.9900.220.37166.7197.5331.76
Hex2A07D6301625a76220
Octal22401751430264524714240
Binary101010000011111011100011010110100101101001111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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