#02AD7E

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

Shades of Free Speech Aquamarine #02AD7E

Tints of Free Speech Aquamarine #02AD7E

Color information

#02AD7E (or 0x02AD7E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, AD and 7E. RGB value is (2,173,126). Sum of RGB (Red+Green+Blue) = 2+173+126=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 173 (67.97% from 255 or 57.48% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 173 - color contains mainly: green. Hex color #02AD7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AD7E is #FD5281. Grayscale: #747474. Windows color (decimal): -16601730 or 8301826. OLE color: 8301826.

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

Color convert

RGB2173126-
CMYK0.9900.270.32
HSL163.51º97.71%34.31%-
HSV(B)163.51º98.84%67.84%-
XYZ18.7331.4124.81-
YUV116.51133.3546.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 173 (67.97% from 255) = 57.48%
BLUE value IS 126 (49.61% from 255) = 41.86%
R=0.66%
G=57.48%
B=41.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21731260.9900.270.32163.5197.7134.31
Hex2AD7E6301B20a46222
Octal22551761430334024414242
Binary101010110111111101100011011011100000101001001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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