Html Css Color HEX #01B1AC Persian Green

📋 copy color: '#01B1AC'

red 1 ◦ green 177 ◦ blue 172

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

Shades of Persian Green #01B1AC

Tints of Persian Green #01B1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.14%

R = 0.29%
G = 50.57%
B = 49.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#01B1AC (or 0x01B1AC) is known color: Persian Green. HEX triplet: 01, B1 and AC. RGB value is (1,177,172). Sum of RGB (Red+Green+Blue) = 1+177+172=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #01B1AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01B1AC is #FE4E53. Grayscale: #7B7B7B. Windows color (decimal): -16666196 or 11317505. OLE color: 11317505.

HSL color Cylindrical-coordinate representation of color #01B1AC: hue angle of 178.3º degrees, saturation: 0.99, 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 #01B1AC is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 177 172 -
CMYK 0.99 0 0.03 0.31
HSL 178.3º 0.99% 0.35% -
HSV(B) 178.3º 0.99% 0.69% -
XYZ 23.18 34.43 44.45 -
YUV 123.81 155.19 40.41 -
System Red Green Blue C M Y K H S L
Decimal 1 177 172 0.99 0 0.03 0.31 178.3 0.99 0.35
Hex 1 B1 AC 63 0 3 1F B2 63 23
Octal 1 261 254 143 0 3 37 262 143 43
Binary 1 10110001 10101100 1100011 0 11 11111 10110010 1100011 100011

Color Harmonies of #01B1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B1AC

Black with #01B1AC

Text Example


Text Example

White with #01B1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,177,172); }

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

background-color css

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

 a { background-color: rgb(1,177,172); }

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

border-color css

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

 span { border-color: rgb(1,177,172); }

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