#07ACA6

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

Shades of Persian Green #07ACA6

Tints of Persian Green #07ACA6

Color information

#07ACA6 (or 0x07ACA6) is unknown color: approx Persian Green. HEX triplet: 07, AC and A6. RGB value is (7,172,166). Sum of RGB (Red+Green+Blue) = 7+172+166=345 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #07ACA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07ACA6 is #F85359. Grayscale: #797979. Windows color (decimal): -16274266 or 10923015. OLE color: 10923015.

HSL color Cylindrical-coordinate representation of color #07ACA6: hue angle of 177.82º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ACA6 is Cyan = 0.96, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB7172166-
CMYK0.9600.030.33
HSL177.82º92.18%35.1%-
HSV(B)177.82º95.93%67.45%-
XYZ21.7232.341.17-
YUV121.98152.8445.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.03%
GREEN value IS 172 (67.58% from 255) = 49.86%
BLUE value IS 166 (65.23% from 255) = 48.12%
R=2.03%
G=49.86%
B=48.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71721660.9600.030.33177.8292.1835.1
Hex7ACA6600321b25c23
Octal7254246140034126213443
Binary11110101100101001101100000011100001101100101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07ACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,172,166); }

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

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

 a { background-color: rgb(7,172,166); }

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

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

 span { border-color: rgb(7,172,166); }

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