#06A598

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

Shades of Persian Green #06A598

Tints of Persian Green #06A598

Color information

#06A598 (or 0x06A598) is unknown color: approx Persian Green. HEX triplet: 06, A5 and 98. RGB value is (6,165,152). Sum of RGB (Red+Green+Blue) = 6+165+152=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #06A598 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A598 is #F95A67. Grayscale: #737373. Windows color (decimal): -16341608 or 10003718. OLE color: 10003718.

HSL color Cylindrical-coordinate representation of color #06A598: hue angle of 175.09º 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 #06A598 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB6165152-
CMYK0.9600.080.35
HSL175.09º92.98%33.53%-
HSV(B)175.09º96.36%64.71%-
XYZ19.229.2234.33-
YUV115.98148.3249.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.86%
GREEN value IS 165 (64.84% from 255) = 51.08%
BLUE value IS 152 (59.77% from 255) = 47.06%
R=1.86%
G=51.08%
B=47.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61651520.9600.080.35175.0992.9833.53
Hex6A598600823af5d22
Octal62452301400104325713542
Binary1101010010110011000110000001000100011101011111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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