Html Css Color HEX #02B89A Persian Green

📋 copy color: '#02B89A'

red 2 ◦ green 184 ◦ blue 154

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

Shades of Persian Green #02B89A

Tints of Persian Green #02B89A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.29%

R = 0.59%
G = 54.12%
B = 45.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#02B89A (or 0x02B89A) is known color: Persian Green. HEX triplet: 02, B8 and 9A. RGB value is (2,184,154). Sum of RGB (Red+Green+Blue) = 2+184+154=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 184 (72.27% from 255 or 54.12% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 184 - color contains mainly: green. Hex color #02B89A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B89A is #FD4765. Grayscale: #7E7E7E. Windows color (decimal): -16598886 or 10139650. OLE color: 10139650.

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

Color convert

RGB 2 184 154 -
CMYK 0.99 0 0.16 0.28
HSL 170.11º 0.98% 0.36% -
HSV(B) 170.11º 0.99% 0.72% -
XYZ 23 36.63 36.43 -
YUV 126.16 143.7 39.44 -
System Red Green Blue C M Y K H S L
Decimal 2 184 154 0.99 0 0.16 0.28 170.11 0.98 0.36
Hex 2 B8 9A 63 0 10 1C AA 62 24
Octal 2 270 232 143 0 20 34 252 142 44
Binary 10 10111000 10011010 1100011 0 10000 11100 10101010 1100010 100100

Color Harmonies of #02B89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B89A

Black with #02B89A

Text Example


Text Example

White with #02B89A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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