#06B393

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

Shades of Persian Green #06B393

Tints of Persian Green #06B393

Color information

#06B393 (or 0x06B393) is unknown color: approx Persian Green. HEX triplet: 06, B3 and 93. RGB value is (6,179,147). Sum of RGB (Red+Green+Blue) = 6+179+147=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #06B393 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B393 is #F94C6C. Grayscale: #7B7B7B. Windows color (decimal): -16338029 or 9679622. OLE color: 9679622.

HSL color Cylindrical-coordinate representation of color #06B393: hue angle of 168.9º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B393 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB6179147-
CMYK0.9700.180.30
HSL168.9º93.51%36.27%-
HSV(B)168.9º96.65%70.2%-
XYZ21.4634.3933.11-
YUV123.62141.1944.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.81%
GREEN value IS 179 (70.31% from 255) = 53.92%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=1.81%
G=53.92%
B=44.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal61791470.9700.180.30168.993.5136.27
Hex6B393610121Ea95e24
Octal62632231410223625113644
Binary1101011001110010011110000101001011110101010011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,179,147); }

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

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

 a { background-color: rgb(6,179,147); }

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

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

 span { border-color: rgb(6,179,147); }

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