Html Css Color HEX #01B2AB Persian Green

📋 copy color: '#01B2AB'

red 1 ◦ green 178 ◦ blue 171

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

Shades of Persian Green #01B2AB

Tints of Persian Green #01B2AB

RGB

 RED value IS 1 (0.78% from 255) = 0.29%

 GREEN value IS 178 (69.92% from 255) = 50.86%

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

R = 0.29%
G = 50.86%
B = 48.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#01B2AB (or 0x01B2AB) is known color: Persian Green. HEX triplet: 01, B2 and AB. RGB value is (1,178,171). Sum of RGB (Red+Green+Blue) = 1+178+171=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #01B2AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B2AB is #FE4D54. Grayscale: #7C7C7C. Windows color (decimal): -16665941 or 11252225. OLE color: 11252225.

HSL color Cylindrical-coordinate representation of color #01B2AB: hue angle of 177.63º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B2AB is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 1 178 171 -
CMYK 0.99 0 0.04 0.30
HSL 177.63º 0.99% 0.35% -
HSV(B) 177.63º 0.99% 0.7% -
XYZ 23.28 34.79 44.02 -
YUV 124.28 154.36 40.07 -
System Red Green Blue C M Y K H S L
Decimal 1 178 171 0.99 0 0.04 0.30 177.63 0.99 0.35
Hex 1 B2 AB 63 0 4 1E B2 63 23
Octal 1 262 253 143 0 4 36 262 143 43
Binary 1 10110010 10101011 1100011 0 100 11110 10110010 1100011 100011

Color Harmonies of #01B2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B2AB

Black with #01B2AB

Text Example


Text Example

White with #01B2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01B2AB; }

 p { color: rgb(1,178,171); }

 H1.HeaderClassName
 {
   color: #01B2AB;
 }
 .AnyTagClassName
 {
   color: #01B2AB;
 }
</style>

background-color css

<style>
 a { background-color: #01B2AB; }

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

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

border-color css

<style>
 span { border-color: #01B2AB; }

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

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