Html Css Color HEX #02B8AA Persian Green

📋 copy color: '#02B8AA'

red 2 ◦ green 184 ◦ blue 170

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

Shades of Persian Green #02B8AA

Tints of Persian Green #02B8AA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.69%

 BLUE value IS 170 (66.8% from 255) = 47.75%

R = 0.56%
G = 51.69%
B = 47.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#02B8AA (or 0x02B8AA) is known color: Persian Green. HEX triplet: 02, B8 and AA. RGB value is (2,184,170). Sum of RGB (Red+Green+Blue) = 2+184+170=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #02B8AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B8AA is #FD4755. Grayscale: #7F7F7F. Windows color (decimal): -16598870 or 11188226. OLE color: 11188226.

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

Color convert

RGB 2 184 170 -
CMYK 0.99 0 0.08 0.28
HSL 175.38º 0.98% 0.36% -
HSV(B) 175.38º 0.99% 0.72% -
XYZ 24.42 37.2 43.92 -
YUV 127.99 151.7 38.14 -
System Red Green Blue C M Y K H S L
Decimal 2 184 170 0.99 0 0.08 0.28 175.38 0.98 0.36
Hex 2 B8 AA 63 0 8 1C AF 62 24
Octal 2 270 252 143 0 10 34 257 142 44
Binary 10 10111000 10101010 1100011 0 1000 11100 10101111 1100010 100100

Color Harmonies of #02B8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B8AA

Black with #02B8AA

Text Example


Text Example

White with #02B8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,184,170); }

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

background-color css

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

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

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

border-color css

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

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

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