#15BA68

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

Shades of Jade #15BA68

Tints of Jade #15BA68

Color information

#15BA68 (or 0x15BA68) is unknown color: approx Jade. HEX triplet: 15, BA and 68. RGB value is (21,186,104). Sum of RGB (Red+Green+Blue) = 21+186+104=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BA68 is #EA4597. Grayscale: #7F7F7F. Windows color (decimal): -15353240 or 6863381. OLE color: 6863381.

HSL color Cylindrical-coordinate representation of color #15BA68: hue angle of 150.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BA68 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB21186104-
CMYK0.8900.440.27
HSL150.18º79.71%40.59%-
HSV(B)150.18º88.71%72.94%-
XYZ20.3736.2819.03-
YUV127.32114.8452.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.75%
GREEN value IS 186 (73.05% from 255) = 59.81%
BLUE value IS 104 (41.02% from 255) = 33.44%
R=6.75%
G=59.81%
B=33.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211861040.8900.440.27150.1879.7140.59
Hex15BA685902C1B965029
Octal252721501310543322612051
Binary101011011101011010001011001010110011011100101101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15BA68; }

 p { color: rgb(21,186,104); }

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

<style>
 a { background-color: #15BA68; }

 a { background-color: rgb(21,186,104); }

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

<style>
 span { border-color: #15BA68; }

 span { border-color: rgb(21,186,104); }

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