#05B6A0

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

Shades of Persian Green #05B6A0

Tints of Persian Green #05B6A0

Color information

#05B6A0 (or 0x05B6A0) is unknown color: approx Persian Green. HEX triplet: 05, B6 and A0. RGB value is (5,182,160). Sum of RGB (Red+Green+Blue) = 5+182+160=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 182 (71.48% from 255 or 52.45% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 182 - color contains mainly: green. Hex color #05B6A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B6A0 is #FA495F. Grayscale: #7E7E7E. Windows color (decimal): -16402784 or 10532357. OLE color: 10532357.

HSL color Cylindrical-coordinate representation of color #05B6A0: hue angle of 172.54º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B6A0 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB5182160-
CMYK0.9700.120.29
HSL172.54º94.65%36.67%-
HSV(B)172.54º97.25%71.37%-
XYZ23.1436.0338.99-
YUV126.57146.8641.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.44%
GREEN value IS 182 (71.48% from 255) = 52.45%
BLUE value IS 160 (62.89% from 255) = 46.11%
R=1.44%
G=52.45%
B=46.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51821600.9700.120.29172.5494.6536.67
Hex5B6A0610C1Dad5f25
Octal52662401410143525513745
Binary101101101101010000011000010110011101101011011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,182,160); }

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

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

 a { background-color: rgb(5,182,160); }

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

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

 span { border-color: rgb(5,182,160); }

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