#05ACA8

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

Shades of Persian Green #05ACA8

Tints of Persian Green #05ACA8

Color information

#05ACA8 (or 0x05ACA8) is unknown color: approx Persian Green. HEX triplet: 05, AC and A8. RGB value is (5,172,168). Sum of RGB (Red+Green+Blue) = 5+172+168=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 168 (66.02% from 255 or 48.70% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #05ACA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05ACA8 is #FA5357. Grayscale: #797979. Windows color (decimal): -16405336 or 11054085. OLE color: 11054085.

HSL color Cylindrical-coordinate representation of color #05ACA8: hue angle of 178.56º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05ACA8 is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB5172168-
CMYK0.9700.020.33
HSL178.56º94.35%34.71%-
HSV(B)178.56º97.09%67.45%-
XYZ21.8832.3642.14-
YUV121.61154.1744.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.45%
GREEN value IS 172 (67.58% from 255) = 49.86%
BLUE value IS 168 (66.02% from 255) = 48.70%
R=1.45%
G=49.86%
B=48.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51721680.9700.020.33178.5694.3534.71
Hex5ACA8610221b35e23
Octal5254250141024126313643
Binary10110101100101010001100001010100001101100111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05ACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05ACA8; }

 p { color: rgb(5,172,168); }

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

<style>
 a { background-color: #05ACA8; }

 a { background-color: rgb(5,172,168); }

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

<style>
 span { border-color: #05ACA8; }

 span { border-color: rgb(5,172,168); }

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