Html Css Color HEX #02B194 Persian Green

📋 copy color: '#02B194'

red 2 ◦ green 177 ◦ blue 148

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

Shades of Persian Green #02B194

Tints of Persian Green #02B194

RGB

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

 GREEN value IS 177 (69.53% from 255) = 54.13%

 BLUE value IS 148 (58.2% from 255) = 45.26%

R = 0.61%
G = 54.13%
B = 45.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#02B194 (or 0x02B194) is known color: Persian Green. HEX triplet: 02, B1 and 94. RGB value is (2,177,148). Sum of RGB (Red+Green+Blue) = 2+177+148=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 177 (69.53% from 255 or 54.13% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 177 - color contains mainly: green. Hex color #02B194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02B194 is #FD4E6B. Grayscale: #797979. Windows color (decimal): -16600684 or 9744642. OLE color: 9744642.

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

Color convert

RGB 2 177 148 -
CMYK 0.99 0 0.16 0.31
HSL 170.06º 0.98% 0.35% -
HSV(B) 170.06º 0.99% 0.69% -
XYZ 21.09 33.6 33.39 -
YUV 121.37 143.02 42.86 -
System Red Green Blue C M Y K H S L
Decimal 2 177 148 0.99 0 0.16 0.31 170.06 0.98 0.35
Hex 2 B1 94 63 0 10 1F AA 62 23
Octal 2 261 224 143 0 20 37 252 142 43
Binary 10 10110001 10010100 1100011 0 10000 11111 10101010 1100010 100011

Color Harmonies of #02B194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B194

Black with #02B194

Text Example


Text Example

White with #02B194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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