#03aca6

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

Shades of Persian Green #03ACA6

Tints of Persian Green #03ACA6

Color information

#03ACA6 (or 0x03ACA6) is unknown color: approx Persian Green. HEX triplet: 03, AC and A6. RGB value is (3,172,166). Sum of RGB (Red+Green+Blue) = 3+172+166=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 166 (65.23% from 255 or 48.68% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #03ACA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03ACA6 is #FC5359. Grayscale: #787878. Windows color (decimal): -16536410 or 10923011. OLE color: 10923011.

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

Color convert

RGB3172166-
CMYK0.9800.030.33
HSL177.87º96.57%34.31%-
HSV(B)177.87º98.26%67.45%-
XYZ21.6732.2841.16-
YUV120.78153.5143.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.88%
GREEN value IS 172 (67.58% from 255) = 50.44%
BLUE value IS 166 (65.23% from 255) = 48.68%
R=0.88%
G=50.44%
B=48.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31721660.9800.030.33177.8796.5734.31
Hex3ACA6620321b26122
Octal3254246142034126214142
Binary1110101100101001101100010011100001101100101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03aca6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03aca6; }

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

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

<style>
 a { background-color: #03aca6; }

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

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

<style>
 span { border-color: #03aca6; }

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

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