#05AB9A

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

Shades of Persian Green #05AB9A

Tints of Persian Green #05AB9A

Color information

#05AB9A (or 0x05AB9A) is unknown color: approx Persian Green. HEX triplet: 05, AB and 9A. RGB value is (5,171,154). Sum of RGB (Red+Green+Blue) = 5+171+154=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #05AB9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AB9A is #FA5465. Grayscale: #777777. Windows color (decimal): -16405606 or 10136325. OLE color: 10136325.

HSL color Cylindrical-coordinate representation of color #05AB9A: hue angle of 173.86º 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 #05AB9A is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB5171154-
CMYK0.9700.100.33
HSL173.86º94.32%34.51%-
HSV(B)173.86º97.08%67.06%-
XYZ20.4631.4935.57-
YUV119.43147.546.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.52%
GREEN value IS 171 (67.19% from 255) = 51.82%
BLUE value IS 154 (60.55% from 255) = 46.67%
R=1.52%
G=51.82%
B=46.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51711540.9700.100.33173.8694.3234.51
Hex5AB9A610A21ae5e23
Octal52532321410124125613643
Binary1011010101110011010110000101010100001101011101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,171,154); }

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

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

 a { background-color: rgb(5,171,154); }

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

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

 span { border-color: rgb(5,171,154); }

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