Html Css Color HEX #01B7AA Persian Green

📋 copy color: '#01B7AA'

red 1 ◦ green 183 ◦ blue 170

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

Shades of Persian Green #01B7AA

Tints of Persian Green #01B7AA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.69%

 BLUE value IS 170 (66.8% from 255) = 48.02%

R = 0.28%
G = 51.69%
B = 48.02%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#01B7AA (or 0x01B7AA) is known color: Persian Green. HEX triplet: 01, B7 and AA. RGB value is (1,183,170). Sum of RGB (Red+Green+Blue) = 1+183+170=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #01B7AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B7AA is #FE4855. Grayscale: #7E7E7E. Windows color (decimal): -16664662 or 11187969. OLE color: 11187969.

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

Color convert

RGB 1 183 170 -
CMYK 0.99 0 0.07 0.28
HSL 175.71º 0.99% 0.36% -
HSV(B) 175.71º 0.99% 0.72% -
XYZ 24.2 36.78 43.85 -
YUV 127.1 152.2 38.06 -
System Red Green Blue C M Y K H S L
Decimal 1 183 170 0.99 0 0.07 0.28 175.71 0.99 0.36
Hex 1 B7 AA 63 0 7 1C B0 63 24
Octal 1 267 252 143 0 7 34 260 143 44
Binary 1 10110111 10101010 1100011 0 111 11100 10110000 1100011 100100

Color Harmonies of #01B7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B7AA

Black with #01B7AA

Text Example


Text Example

White with #01B7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,183,170); }

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

background-color css

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

 a { background-color: rgb(1,183,170); }

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

border-color css

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

 span { border-color: rgb(1,183,170); }

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