#06A5A1

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

Shades of Persian Green #06A5A1

Tints of Persian Green #06A5A1

Color information

#06A5A1 (or 0x06A5A1) is unknown color: approx Persian Green. HEX triplet: 06, A5 and A1. RGB value is (6,165,161). Sum of RGB (Red+Green+Blue) = 6+165+161=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 161 (63.28% from 255 or 48.49% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #06A5A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A5A1 is #F95A5E. Grayscale: #747474. Windows color (decimal): -16341599 or 10593542. OLE color: 10593542.

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

Color convert

RGB6165161-
CMYK0.9600.020.35
HSL178.49º92.98%33.53%-
HSV(B)178.49º96.36%64.71%-
XYZ19.9629.5238.36-
YUV117152.8248.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.81%
GREEN value IS 165 (64.84% from 255) = 49.70%
BLUE value IS 161 (63.28% from 255) = 48.49%
R=1.81%
G=49.70%
B=48.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61651610.9600.020.35178.4992.9833.53
Hex6A5A1600223b25d22
Octal6245241140024326213542
Binary11010100101101000011100000010100011101100101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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