Html Css Color HEX #02ABAB Persian Green

📋 copy color: '#02ABAB'

red 2 ◦ green 171 ◦ blue 171

#02ABAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #02ABAB

Tints of Persian Green #02ABAB

RGB

 RED value IS 2 (1.17% from 255) = 0.58%

 GREEN value IS 171 (67.19% from 255) = 49.71%

 BLUE value IS 171 (67.19% from 255) = 49.71%

R = 0.58%
G = 49.71%
B = 49.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#02ABAB (or 0x02ABAB) is known color: Persian Green. HEX triplet: 02, AB and AB. RGB value is (2,171,171). Sum of RGB (Red+Green+Blue) = 2+171+171=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #02ABAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02ABAB is #FD5454. Grayscale: #787878. Windows color (decimal): -16602197 or 11250434. OLE color: 11250434.

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

Color convert

RGB 2 171 171 -
CMYK 0.99 0 0 0.33
HSL 180º 0.98% 0.34% -
HSV(B) 180º 0.99% 0.67% -
XYZ 21.94 32.08 43.56 -
YUV 120.47 156.51 43.5 -
System Red Green Blue C M Y K H S L
Decimal 2 171 171 0.99 0 0 0.33 180 0.98 0.34
Hex 2 AB AB 63 0 0 21 B4 62 22
Octal 2 253 253 143 0 0 41 264 142 42
Binary 10 10101011 10101011 1100011 0 0 100001 10110100 1100010 100010

Color Harmonies of #02ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ABAB

Black with #02ABAB

Text Example


Text Example

White with #02ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,171,171); }

 H1.HeaderClassName
 {
   color: #02ABAB;
 }
 .AnyTagClassName
 {
   color: #02ABAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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