#06B8A2

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

Shades of Persian Green #06B8A2

Tints of Persian Green #06B8A2

Color information

#06B8A2 (or 0x06B8A2) is unknown color: approx Persian Green. HEX triplet: 06, B8 and A2. RGB value is (6,184,162). Sum of RGB (Red+Green+Blue) = 6+184+162=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 184 (72.27% from 255 or 52.27% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 184 - color contains mainly: green. Hex color #06B8A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B8A2 is #F9475D. Grayscale: #808080. Windows color (decimal): -16336734 or 10663942. OLE color: 10663942.

HSL color Cylindrical-coordinate representation of color #06B8A2: hue angle of 172.58º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B8A2 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB6184162-
CMYK0.9700.120.28
HSL172.58º93.68%37.25%-
HSV(B)172.58º96.74%72.16%-
XYZ23.7436.9340.06-
YUV128.27147.0340.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.70%
GREEN value IS 184 (72.27% from 255) = 52.27%
BLUE value IS 162 (63.67% from 255) = 46.02%
R=1.70%
G=52.27%
B=46.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal61841620.9700.120.28172.5893.6837.25
Hex6B8A2610C1Cad5e25
Octal62702421410143425513645
Binary110101110001010001011000010110011100101011011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,184,162); }

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

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

 a { background-color: rgb(6,184,162); }

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

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

 span { border-color: rgb(6,184,162); }

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