#07B0A2

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

Shades of Persian Green #07B0A2

Tints of Persian Green #07B0A2

Color information

#07B0A2 (or 0x07B0A2) is unknown color: approx Persian Green. HEX triplet: 07, B0 and A2. RGB value is (7,176,162). Sum of RGB (Red+Green+Blue) = 7+176+162=345 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #07B0A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B0A2 is #F84F5D. Grayscale: #7B7B7B. Windows color (decimal): -16273246 or 10661895. OLE color: 10661895.

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

Color convert

RGB7176162-
CMYK0.9600.080.31
HSL175.03º92.35%35.88%-
HSV(B)175.03º96.02%69.02%-
XYZ22.1333.739.52-
YUV123.87149.5144.64-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.03%
GREEN value IS 176 (69.14% from 255) = 51.01%
BLUE value IS 162 (63.67% from 255) = 46.96%
R=2.03%
G=51.01%
B=46.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71761620.9600.080.31175.0392.3535.88
Hex7B0A260081Faf5c24
Octal72602421400103725713444
Binary111101100001010001011000000100011111101011111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,176,162); }

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

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

 a { background-color: rgb(7,176,162); }

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

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

 span { border-color: rgb(7,176,162); }

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