#00B7A0

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

Shades of Persian Green #00B7A0

Tints of Persian Green #00B7A0

Color information

#00B7A0 (or 0x00B7A0) is unknown color: approx Persian Green. HEX triplet: 00, B7 and A0. RGB value is (0,183,160). Sum of RGB (Red+Green+Blue) = 0+183+160=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 183 (71.88% from 255 or 53.35% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 183 - color contains mainly: green. Hex color #00B7A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B7A0 is #FF485F. Grayscale: #7D7D7D. Windows color (decimal): -16730208 or 10532608. OLE color: 10532608.

HSL color Cylindrical-coordinate representation of color #00B7A0: hue angle of 172.46º 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 #00B7A0 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB0183160-
CMYK100.130.28
HSL172.46º100%35.88%-
HSV(B)172.46º100%71.76%-
XYZ23.2836.4139.06-
YUV125.66147.3738.37-

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.35%
BLUE value IS 160 (62.89% from 255) = 46.65%
R=0%
G=53.35%
B=46.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal0183160100.130.28172.4610035.88
Hex0B7A0640D1Cac6424
Octal02672401440153425414444
Binary0101101111010000011001000110111100101011001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00B7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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