#06A69A

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

Shades of Persian Green #06A69A

Tints of Persian Green #06A69A

Color information

#06A69A (or 0x06A69A) is unknown color: approx Persian Green. HEX triplet: 06, A6 and 9A. RGB value is (6,166,154). Sum of RGB (Red+Green+Blue) = 6+166+154=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #06A69A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A69A is #F95965. Grayscale: #747474. Windows color (decimal): -16341350 or 10135046. OLE color: 10135046.

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

Color convert

RGB6166154-
CMYK0.9600.070.35
HSL175.5º93.02%33.73%-
HSV(B)175.5º96.39%65.1%-
XYZ19.5429.6435.26-
YUV116.79148.9948.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.84%
GREEN value IS 166 (65.23% from 255) = 50.92%
BLUE value IS 154 (60.55% from 255) = 47.24%
R=1.84%
G=50.92%
B=47.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61661540.9600.070.35175.593.0233.73
Hex6A69A600723b05d22
Octal6246232140074326013542
Binary110101001101001101011000000111100011101100001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,166,154); }

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

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

 a { background-color: rgb(6,166,154); }

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

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

 span { border-color: rgb(6,166,154); }

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