#5EBB9F

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

Shades of Keppel #5EBB9F

Tints of Keppel #5EBB9F

Color information

#5EBB9F (or 0x5EBB9F) is unknown color: approx Keppel. HEX triplet: 5E, BB and 9F. RGB value is (94,187,159). Sum of RGB (Red+Green+Blue) = 94+187+159=440 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.36% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBB9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBB9F is #A14460. Grayscale: #9C9C9C. Windows color (decimal): -10568801 or 10468190. OLE color: 10468190.

HSL color Cylindrical-coordinate representation of color #5EBB9F: hue angle of 161.94º 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 #5EBB9F is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB94187159-
CMYK0.5000.150.27
HSL161.94º40.61%55.1%-
HSV(B)161.94º49.73%73.33%-
XYZ28.6440.4239.09-
YUV156129.6983.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.36%
GREEN value IS 187 (73.44% from 255) = 42.5%
BLUE value IS 159 (62.5% from 255) = 36.14%
R=21.36%
G=42.5%
B=36.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941871590.5000.150.27161.9440.6155.1
Hex5EBB9F320F1Ba22937
Octal13627323762017332425167
Binary10111101011101110011111110010011111101110100010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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