#06B47A

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

Shades of Jade #06B47A

Tints of Jade #06B47A

Color information

#06B47A (or 0x06B47A) is unknown color: approx Jade. HEX triplet: 06, B4 and 7A. RGB value is (6,180,122). Sum of RGB (Red+Green+Blue) = 6+180+122=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 180 (70.70% from 255 or 58.44% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 180 - color contains mainly: green. Hex color #06B47A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06B47A is #F94B85. Grayscale: #797979. Windows color (decimal): -16337798 or 8041478. OLE color: 8041478.

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

Color convert

RGB6180122-
CMYK0.9700.320.29
HSL160º93.55%36.47%-
HSV(B)160º96.67%70.59%-
XYZ19.9134.0923.94-
YUV121.36128.3545.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.95%
GREEN value IS 180 (70.70% from 255) = 58.44%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=1.95%
G=58.44%
B=39.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61801220.9700.320.2916093.5536.47
Hex6B47A610201Da05e24
Octal62641721410403524013644
Binary1101011010011110101100001010000011101101000001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,180,122); }

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

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

 a { background-color: rgb(6,180,122); }

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

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

 span { border-color: rgb(6,180,122); }

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