#02B18A

Color #02B18A Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #02B18A

Tints of Persian Green #02B18A

Color information

#02B18A (or 0x02B18A) is unknown color: approx Persian Green. HEX triplet: 02, B1 and 8A. RGB value is (2,177,138). Sum of RGB (Red+Green+Blue) = 2+177+138=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 177 (69.53% from 255 or 55.84% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 177 - color contains mainly: green. Hex color #02B18A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02B18A is #FD4E75. Grayscale: #787878. Windows color (decimal): -16600694 or 9089282. OLE color: 9089282.

HSL color Cylindrical-coordinate representation of color #02B18A: hue angle of 166.63º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B18A is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB2177138-
CMYK0.9900.220.31
HSL166.63º97.77%35.1%-
HSV(B)166.63º98.87%69.41%-
XYZ20.3333.2929.4-
YUV120.23138.0243.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.63%
GREEN value IS 177 (69.53% from 255) = 55.84%
BLUE value IS 138 (54.30% from 255) = 43.53%
R=0.63%
G=55.84%
B=43.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal21771380.9900.220.31166.6397.7735.1
Hex2B18A630161Fa76223
Octal22612121430263724714243
Binary101011000110001010110001101011011111101001111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,177,138); }

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

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

 a { background-color: rgb(2,177,138); }

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

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

 span { border-color: rgb(2,177,138); }

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