#51BA8D

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

Shades of Keppel #51BA8D

Tints of Keppel #51BA8D

Color information

#51BA8D (or 0x51BA8D) is unknown color: approx Keppel. HEX triplet: 51, BA and 8D. RGB value is (81,186,141). Sum of RGB (Red+Green+Blue) = 81+186+141=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BA8D is #AE4572. Grayscale: #959595. Windows color (decimal): -11421043 or 9288273. OLE color: 9288273.

HSL color Cylindrical-coordinate representation of color #51BA8D: hue angle of 154.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51BA8D is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB81186141-
CMYK0.5600.240.27
HSL154.29º43.21%52.35%-
HSV(B)154.29º56.45%72.94%-
XYZ25.7638.7931.33-
YUV149.48123.2179.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.85%
GREEN value IS 186 (73.05% from 255) = 45.59%
BLUE value IS 141 (55.47% from 255) = 34.56%
R=19.85%
G=45.59%
B=34.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811861410.5600.240.27154.2943.2152.35
Hex51BA8D380181B9a2b34
Octal12127221570030332325364
Binary101000110111010100011011110000110001101110011010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,186,141); }

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

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

 a { background-color: rgb(81,186,141); }

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

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

 span { border-color: rgb(81,186,141); }

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