Html Css Color HEX #01B7A7 Persian Green

📋 copy color: '#01B7A7'

red 1 ◦ green 183 ◦ blue 167

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

Shades of Persian Green #01B7A7

Tints of Persian Green #01B7A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 47.58%

R = 0.28%
G = 52.14%
B = 47.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#01B7A7 (or 0x01B7A7) is known color: Persian Green. HEX triplet: 01, B7 and A7. RGB value is (1,183,167). Sum of RGB (Red+Green+Blue) = 1+183+167=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 183 (71.88% from 255 or 52.14% from 351); Blue value is 167 (65.62% from 255 or 47.58% from 351); Max value from RGB is 183 - color contains mainly: green. Hex color #01B7A7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01B7A7 is #FE4858. Grayscale: #7E7E7E. Windows color (decimal): -16664665 or 10991361. OLE color: 10991361.

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

Color convert

RGB 1 183 167 -
CMYK 0.99 0 0.09 0.28
HSL 174.73º 0.99% 0.36% -
HSV(B) 174.73º 0.99% 0.72% -
XYZ 23.92 36.66 42.38 -
YUV 126.76 150.7 38.3 -
System Red Green Blue C M Y K H S L
Decimal 1 183 167 0.99 0 0.09 0.28 174.73 0.99 0.36
Hex 1 B7 A7 63 0 9 1C AF 63 24
Octal 1 267 247 143 0 11 34 257 143 44
Binary 1 10110111 10100111 1100011 0 1001 11100 10101111 1100011 100100

Color Harmonies of #01B7A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B7A7

Black with #01B7A7

Text Example


Text Example

White with #01B7A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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