#06B39A

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

Shades of Persian Green #06B39A

Tints of Persian Green #06B39A

Color information

#06B39A (or 0x06B39A) is unknown color: approx Persian Green. HEX triplet: 06, B3 and 9A. RGB value is (6,179,154). Sum of RGB (Red+Green+Blue) = 6+179+154=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #06B39A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B39A is #F94C65. Grayscale: #7C7C7C. Windows color (decimal): -16338022 or 10138374. OLE color: 10138374.

HSL color Cylindrical-coordinate representation of color #06B39A: hue angle of 171.33º 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 #06B39A is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB6179154-
CMYK0.9700.140.30
HSL171.33º93.51%36.27%-
HSV(B)171.33º96.65%70.2%-
XYZ22.0334.6136.09-
YUV124.42144.6943.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.77%
GREEN value IS 179 (70.31% from 255) = 52.80%
BLUE value IS 154 (60.55% from 255) = 45.43%
R=1.77%
G=52.80%
B=45.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal61791540.9700.140.30171.3393.5136.27
Hex6B39A610E1Eab5e24
Octal62632321410163625313644
Binary110101100111001101011000010111011110101010111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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