#00B7A1

Color #00B7A1 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #00B7A1

Tints of Persian Green #00B7A1

Color information

#00B7A1 (or 0x00B7A1) is unknown color: approx Persian Green. HEX triplet: 00, B7 and A1. RGB value is (0,183,161). Sum of RGB (Red+Green+Blue) = 0+183+161=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 183 (71.88% from 255 or 53.20% from 344); Blue value is 161 (63.28% from 255 or 46.80% from 344); Max value from RGB is 183 - color contains mainly: green. Hex color #00B7A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B7A1 is #FF485E. Grayscale: #7D7D7D. Windows color (decimal): -16730207 or 10598144. OLE color: 10598144.

HSL color Cylindrical-coordinate representation of color #00B7A1: hue angle of 172.79º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B7A1 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB0183161-
CMYK100.120.28
HSL172.79º100%35.88%-
HSV(B)172.79º100%71.76%-
XYZ23.3736.4439.52-
YUV125.78147.8738.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 183 (71.88% from 255) = 53.20%
BLUE value IS 161 (63.28% from 255) = 46.80%
R=0%
G=53.20%
B=46.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal0183161100.120.28172.7910035.88
Hex0B7A1640C1Cad6424
Octal02672411440143425514444
Binary0101101111010000111001000110011100101011011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00B7A1; }

 p { color: rgb(0,183,161); }

 H1.HeaderClassName
 {
   color: #00B7A1;
 }
 .AnyTagClassName
 {
   color: #00B7A1;
 }
</style>
background-color css

<style>
 a { background-color: #00B7A1; }

 a { background-color: rgb(0,183,161); }

 div.DivClassName
 {
   background-color: #00B7A1;
 }
 .BgClassName
 {
   background-color: #00B7A1;
 }
</style>
border-color css

<style>
 span { border-color: #00B7A1; }

 span { border-color: rgb(0,183,161); }

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