#02A272

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

Shades of Free Speech Aquamarine #02A272

Tints of Free Speech Aquamarine #02A272

Color information

#02A272 (or 0x02A272) is unknown color: approx Free Speech Aquamarine. HEX triplet: 02, A2 and 72. RGB value is (2,162,114). Sum of RGB (Red+Green+Blue) = 2+162+114=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #02A272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A272 is #FD5D8D. Grayscale: #6C6C6C. Windows color (decimal): -16604558 or 7512578. OLE color: 7512578.

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

Color convert

RGB2162114-
CMYK0.9900.300.36
HSL162º97.56%32.16%-
HSV(B)162º98.77%63.53%-
XYZ15.9827.0720.3-
YUV108.69130.9951.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 162 (63.67% from 255) = 58.27%
BLUE value IS 114 (44.92% from 255) = 41.01%
R=0.72%
G=58.27%
B=41.01%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21621140.9900.300.3616297.5632.16
Hex2A2726301E24a26220
Octal22421621430364424214240
Binary101010001011100101100011011110100100101000101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,162,114); }

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

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

 a { background-color: rgb(2,162,114); }

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

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

 span { border-color: rgb(2,162,114); }

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