#51BC8E

Color #51BC8E Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #51BC8E

Tints of Keppel #51BC8E

Color information

#51BC8E (or 0x51BC8E) is unknown color: approx Keppel. HEX triplet: 51, BC and 8E. RGB value is (81,188,142). Sum of RGB (Red+Green+Blue) = 81+188+142=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #51BC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BC8E is #AE4371. Grayscale: #969696. Windows color (decimal): -11420530 or 9354321. OLE color: 9354321.

HSL color Cylindrical-coordinate representation of color #51BC8E: hue angle of 154.21º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BC8E is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB81188142-
CMYK0.5700.240.26
HSL154.21º44.4%52.75%-
HSV(B)154.21º56.91%73.73%-
XYZ26.2639.6731.86-
YUV150.76123.0578.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.71%
GREEN value IS 188 (73.83% from 255) = 45.74%
BLUE value IS 142 (55.86% from 255) = 34.55%
R=19.71%
G=45.74%
B=34.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811881420.5700.240.26154.2144.452.75
Hex51BC8E390181A9a2c35
Octal12127421671030322325465
Binary101000110111100100011101110010110001101010011010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51BC8E; }

 p { color: rgb(81,188,142); }

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

<style>
 a { background-color: #51BC8E; }

 a { background-color: rgb(81,188,142); }

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

<style>
 span { border-color: #51BC8E; }

 span { border-color: rgb(81,188,142); }

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