#5EBB99

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

Shades of Keppel #5EBB99

Tints of Keppel #5EBB99

Color information

#5EBB99 (or 0x5EBB99) is unknown color: approx Keppel. HEX triplet: 5E, BB and 99. RGB value is (94,187,153). Sum of RGB (Red+Green+Blue) = 94+187+153=434 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.66% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBB99 is #A14466. Grayscale: #9B9B9B. Windows color (decimal): -10568807 or 10074974. OLE color: 10074974.

HSL color Cylindrical-coordinate representation of color #5EBB99: hue angle of 158.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBB99 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB94187153-
CMYK0.5000.180.27
HSL158.06º40.61%55.1%-
HSV(B)158.06º49.73%73.33%-
XYZ28.1440.2236.42-
YUV155.32126.6984.26-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.66%
GREEN value IS 187 (73.44% from 255) = 43.09%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=21.66%
G=43.09%
B=35.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941871530.5000.180.27158.0640.6155.1
Hex5EBB99320121B9e2937
Octal13627323162022332365167
Binary101111010111011100110011100100100101101110011110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EBB99; }

 p { color: rgb(94,187,153); }

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

<style>
 a { background-color: #5EBB99; }

 a { background-color: rgb(94,187,153); }

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

<style>
 span { border-color: #5EBB99; }

 span { border-color: rgb(94,187,153); }

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