#05BA6C

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

Shades of Jade #05BA6C

Tints of Jade #05BA6C

Color information

#05BA6C (or 0x05BA6C) is unknown color: approx Jade. HEX triplet: 05, BA and 6C. RGB value is (5,186,108). Sum of RGB (Red+Green+Blue) = 5+186+108=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BA6C is #FA4593. Grayscale: #7B7B7B. Windows color (decimal): -16401812 or 7125509. OLE color: 7125509.

HSL color Cylindrical-coordinate representation of color #05BA6C: hue angle of 154.14º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BA6C is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB5186108-
CMYK0.9700.420.27
HSL154.14º94.76%37.45%-
HSV(B)154.14º97.31%72.94%-
XYZ20.3336.2320.11-
YUV122.99119.5343.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.67%
GREEN value IS 186 (73.05% from 255) = 62.21%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=1.67%
G=62.21%
B=36.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51861080.9700.420.27154.1494.7637.45
Hex5BA6C6102A1B9a5f25
Octal52721541410523323213745
Binary1011011101011011001100001010101011011100110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05BA6C; }

 p { color: rgb(5,186,108); }

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

<style>
 a { background-color: #05BA6C; }

 a { background-color: rgb(5,186,108); }

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

<style>
 span { border-color: #05BA6C; }

 span { border-color: rgb(5,186,108); }

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