#05999A

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

Shades of Persian Green #05999A

Tints of Persian Green #05999A

Color information

#05999A (or 0x05999A) is unknown color: approx Persian Green. HEX triplet: 05, 99 and 9A. RGB value is (5,153,154). Sum of RGB (Red+Green+Blue) = 5+153+154=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #05999A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05999A is #FA6665. Grayscale: #6C6C6C. Windows color (decimal): -16410214 or 10131717. OLE color: 10131717.

HSL color Cylindrical-coordinate representation of color #05999A: hue angle of 180.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05999A is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5153154-
CMYK0.970.0100.40
HSL180.4º93.71%31.18%-
HSV(B)180.4º96.75%60.39%-
XYZ17.2925.1534.51-
YUV108.86153.4753.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.60%
GREEN value IS 153 (60.16% from 255) = 49.04%
BLUE value IS 154 (60.55% from 255) = 49.36%
R=1.60%
G=49.04%
B=49.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51531540.970.0100.40180.493.7131.18
Hex5999A611028b45e1f
Octal5231232141105026413637
Binary101100110011001101011000011010100010110100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05999A; }

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

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

<style>
 a { background-color: #05999A; }

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

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

<style>
 span { border-color: #05999A; }

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

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