#06A59E

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

Shades of Persian Green #06A59E

Tints of Persian Green #06A59E

Color information

#06A59E (or 0x06A59E) is unknown color: approx Persian Green. HEX triplet: 06, A5 and 9E. RGB value is (6,165,158). Sum of RGB (Red+Green+Blue) = 6+165+158=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 165 (64.84% from 255 or 50.15% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 165 - color contains mainly: green. Hex color #06A59E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A59E is #F95A61. Grayscale: #747474. Windows color (decimal): -16341602 or 10396934. OLE color: 10396934.

HSL color Cylindrical-coordinate representation of color #06A59E: hue angle of 177.36º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A59E is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB6165158-
CMYK0.9600.040.35
HSL177.36º92.98%33.53%-
HSV(B)177.36º96.36%64.71%-
XYZ19.729.4236.99-
YUV116.66151.3249.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.82%
GREEN value IS 165 (64.84% from 255) = 50.15%
BLUE value IS 158 (62.11% from 255) = 48.02%
R=1.82%
G=50.15%
B=48.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61651580.9600.040.35177.3692.9833.53
Hex6A59E600423b15d22
Octal6245236140044326113542
Binary110101001011001111011000000100100011101100011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,165,158); }

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

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

 a { background-color: rgb(6,165,158); }

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

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

 span { border-color: rgb(6,165,158); }

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