#06A1A3

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

Shades of Persian Green #06A1A3

Tints of Persian Green #06A1A3

Color information

#06A1A3 (or 0x06A1A3) is unknown color: approx Persian Green. HEX triplet: 06, A1 and A3. RGB value is (6,161,163). Sum of RGB (Red+Green+Blue) = 6+161+163=330 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 163 (64.06% from 255 or 49.39% from 330); Max value from RGB is 163 - color contains mainly: blue. Hex color #06A1A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A1A3 is #F95E5C. Grayscale: #727272. Windows color (decimal): -16342621 or 10723590. OLE color: 10723590.

HSL color Cylindrical-coordinate representation of color #06A1A3: hue angle of 180.76º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A1A3 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6161163-
CMYK0.960.0100.36
HSL180.76º92.9%33.14%-
HSV(B)180.76º96.32%63.92%-
XYZ19.4328.1739.06-
YUV114.88155.1550.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.82%
GREEN value IS 161 (63.28% from 255) = 48.79%
BLUE value IS 163 (64.06% from 255) = 49.39%
R=1.82%
G=48.79%
B=49.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61611630.960.0100.36180.7692.933.14
Hex6A1A3601024b55d21
Octal6241243140104426513541
Binary1101010000110100011110000010100100101101011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,161,163); }

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

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

 a { background-color: rgb(6,161,163); }

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

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

 span { border-color: rgb(6,161,163); }

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