Html Css Color HEX #02B1A5 Persian Green

📋 copy color: '#02B1A5'

red 2 ◦ green 177 ◦ blue 165

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

Shades of Persian Green #02B1A5

Tints of Persian Green #02B1A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 47.97%

R = 0.58%
G = 51.45%
B = 47.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#02B1A5 (or 0x02B1A5) is known color: Persian Green. HEX triplet: 02, B1 and A5. RGB value is (2,177,165). Sum of RGB (Red+Green+Blue) = 2+177+165=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 165 (64.84% from 255 or 47.97% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #02B1A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02B1A5 is #FD4E5A. Grayscale: #7B7B7B. Windows color (decimal): -16600667 or 10858754. OLE color: 10858754.

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

Color convert

RGB 2 177 165 -
CMYK 0.99 0 0.07 0.31
HSL 175.89º 0.98% 0.35% -
HSV(B) 175.89º 0.99% 0.69% -
XYZ 22.54 34.17 41.01 -
YUV 123.31 151.52 41.48 -
System Red Green Blue C M Y K H S L
Decimal 2 177 165 0.99 0 0.07 0.31 175.89 0.98 0.35
Hex 2 B1 A5 63 0 7 1F B0 62 23
Octal 2 261 245 143 0 7 37 260 142 43
Binary 10 10110001 10100101 1100011 0 111 11111 10110000 1100010 100011

Color Harmonies of #02B1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B1A5

Black with #02B1A5

Text Example


Text Example

White with #02B1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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