#02AB7A

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

Shades of Free Speech Aquamarine #02AB7A

Tints of Free Speech Aquamarine #02AB7A

Color information

#02AB7A (or 0x02AB7A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, AB and 7A. RGB value is (2,171,122). Sum of RGB (Red+Green+Blue) = 2+171+122=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #02AB7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AB7A is #FD5485. Grayscale: #727272. Windows color (decimal): -16602246 or 8039170. OLE color: 8039170.

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

Color convert

RGB2171122-
CMYK0.9900.290.33
HSL162.6º97.69%33.92%-
HSV(B)162.6º98.83%67.06%-
XYZ18.130.5423.35-
YUV114.88132.0147.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 171 (67.19% from 255) = 57.97%
BLUE value IS 122 (48.05% from 255) = 41.36%
R=0.68%
G=57.97%
B=41.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21711220.9900.290.33162.697.6933.92
Hex2AB7A6301D21a36222
Octal22531721430354124314242
Binary101010101111110101100011011101100001101000111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,171,122); }

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

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

 a { background-color: rgb(2,171,122); }

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

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

 span { border-color: rgb(2,171,122); }

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