#02AA7E

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

Shades of Free Speech Aquamarine #02AA7E

Tints of Free Speech Aquamarine #02AA7E

Color information

#02AA7E (or 0x02AA7E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, AA and 7E. RGB value is (2,170,126). Sum of RGB (Red+Green+Blue) = 2+170+126=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #02AA7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AA7E is #FD5581. Grayscale: #727272. Windows color (decimal): -16602498 or 8301058. OLE color: 8301058.

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

Color convert

RGB2170126-
CMYK0.9900.260.33
HSL164.29º97.67%33.73%-
HSV(B)164.29º98.82%66.67%-
XYZ18.1730.2724.62-
YUV114.75134.3447.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 170 (66.80% from 255) = 57.05%
BLUE value IS 126 (49.61% from 255) = 42.28%
R=0.67%
G=57.05%
B=42.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21701260.9900.260.33164.2997.6733.73
Hex2AA7E6301A21a46222
Octal22521761430324124414242
Binary101010101011111101100011011010100001101001001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,170,126); }

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

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

 a { background-color: rgb(2,170,126); }

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

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

 span { border-color: rgb(2,170,126); }

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