#51BB93

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

Shades of Keppel #51BB93

Tints of Keppel #51BB93

Color information

#51BB93 (or 0x51BB93) is unknown color: approx Keppel. HEX triplet: 51, BB and 93. RGB value is (81,187,147). Sum of RGB (Red+Green+Blue) = 81+187+147=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #51BB93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BB93 is #AE446C. Grayscale: #969696. Windows color (decimal): -11420781 or 9681745. OLE color: 9681745.

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

Color convert

RGB81187147-
CMYK0.5700.210.27
HSL157.36º43.8%52.55%-
HSV(B)157.36º56.68%73.33%-
XYZ26.4339.433.82-
YUV150.75125.8878.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.52%
GREEN value IS 187 (73.44% from 255) = 45.06%
BLUE value IS 147 (57.81% from 255) = 35.42%
R=19.52%
G=45.06%
B=35.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811871470.5700.210.27157.3643.852.55
Hex51BB93390151B9d2c35
Octal12127322371025332355465
Binary101000110111011100100111110010101011101110011101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,187,147); }

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

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

 a { background-color: rgb(81,187,147); }

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

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

 span { border-color: rgb(81,187,147); }

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