#02B0AC

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

Shades of Persian Green #02B0AC

Tints of Persian Green #02B0AC

Color information

#02B0AC (or 0x02B0AC) is unknown color: approx Persian Green. HEX triplet: 02, B0 and AC. RGB value is (2,176,172). Sum of RGB (Red+Green+Blue) = 2+176+172=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #02B0AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02B0AC is #FD4F53. Grayscale: #7B7B7B. Windows color (decimal): -16600916 or 11317250. OLE color: 11317250.

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

Color convert

RGB2176172-
CMYK0.9900.020.31
HSL178.62º97.75%34.9%-
HSV(B)178.62º98.86%69.02%-
XYZ2334.0444.39-
YUV123.52155.3541.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 176 (69.14% from 255) = 50.29%
BLUE value IS 172 (67.58% from 255) = 49.14%
R=0.57%
G=50.29%
B=49.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal21761720.9900.020.31178.6297.7534.9
Hex2B0AC63021Fb36223
Octal2260254143023726314243
Binary101011000010101100110001101011111101100111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02B0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,176,172); }

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

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

 a { background-color: rgb(2,176,172); }

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

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

 span { border-color: rgb(2,176,172); }

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