#06B59D

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

Shades of Persian Green #06B59D

Tints of Persian Green #06B59D

Color information

#06B59D (or 0x06B59D) is unknown color: approx Persian Green. HEX triplet: 06, B5 and 9D. RGB value is (6,181,157). Sum of RGB (Red+Green+Blue) = 6+181+157=344 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 344); Green value is 181 (71.09% from 255 or 52.62% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 181 - color contains mainly: green. Hex color #06B59D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B59D is #F94A62. Grayscale: #7D7D7D. Windows color (decimal): -16337507 or 10335494. OLE color: 10335494.

HSL color Cylindrical-coordinate representation of color #06B59D: hue angle of 171.77º degrees, saturation: 0.94, 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 #06B59D is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB6181157-
CMYK0.9700.130.29
HSL171.77º93.58%36.67%-
HSV(B)171.77º96.69%70.98%-
XYZ22.6835.5237.56-
YUV125.94145.5242.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.74%
GREEN value IS 181 (71.09% from 255) = 52.62%
BLUE value IS 157 (61.72% from 255) = 45.64%
R=1.74%
G=52.62%
B=45.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61811570.9700.130.29171.7793.5836.67
Hex6B59D610D1Dac5e25
Octal62652351410153525413645
Binary110101101011001110111000010110111101101011001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06B59D; }

 p { color: rgb(6,181,157); }

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

<style>
 a { background-color: #06B59D; }

 a { background-color: rgb(6,181,157); }

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

<style>
 span { border-color: #06B59D; }

 span { border-color: rgb(6,181,157); }

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