#06A3A1

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

Shades of Persian Green #06A3A1

Tints of Persian Green #06A3A1

Color information

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

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

Color convert

RGB6163161-
CMYK0.9600.010.36
HSL179.24º92.9%33.14%-
HSV(B)179.24º96.32%63.92%-
XYZ19.6128.8138.25-
YUV115.83153.4949.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61631610.9600.010.36179.2492.933.14
Hex6A3A1600124b35d21
Octal6243241140014426313541
Binary1101010001110100001110000001100100101100111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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