#07B2A0

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

Shades of Persian Green #07B2A0

Tints of Persian Green #07B2A0

Color information

#07B2A0 (or 0x07B2A0) is unknown color: approx Persian Green. HEX triplet: 07, B2 and A0. RGB value is (7,178,160). Sum of RGB (Red+Green+Blue) = 7+178+160=345 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 345); Green value is 178 (69.92% from 255 or 51.59% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 178 - color contains mainly: green. Hex color #07B2A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B2A0 is #F84D5F. Grayscale: #7C7C7C. Windows color (decimal): -16272736 or 10531335. OLE color: 10531335.

HSL color Cylindrical-coordinate representation of color #07B2A0: hue angle of 173.68º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07B2A0 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB7178160-
CMYK0.9600.100.30
HSL173.68º92.43%36.27%-
HSV(B)173.68º96.07%69.8%-
XYZ22.3534.4238.72-
YUV124.82147.8543.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.03%
GREEN value IS 178 (69.92% from 255) = 51.59%
BLUE value IS 160 (62.89% from 255) = 46.38%
R=2.03%
G=51.59%
B=46.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal71781600.9600.100.30173.6892.4336.27
Hex7B2A0600A1Eae5c24
Octal72622401400123625613444
Binary111101100101010000011000000101011110101011101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07B2A0; }

 p { color: rgb(7,178,160); }

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

<style>
 a { background-color: #07B2A0; }

 a { background-color: rgb(7,178,160); }

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

<style>
 span { border-color: #07B2A0; }

 span { border-color: rgb(7,178,160); }

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