#5EBB95

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

Shades of Keppel #5EBB95

Tints of Keppel #5EBB95

Color information

#5EBB95 (or 0x5EBB95) is unknown color: approx Keppel. HEX triplet: 5E, BB and 95. RGB value is (94,187,149). Sum of RGB (Red+Green+Blue) = 94+187+149=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBB95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBB95 is #A1446A. Grayscale: #9A9A9A. Windows color (decimal): -10568811 or 9812830. OLE color: 9812830.

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

Color convert

RGB94187149-
CMYK0.5000.200.27
HSL155.48º40.61%55.1%-
HSV(B)155.48º49.73%73.33%-
XYZ27.8140.0934.71-
YUV154.86124.6984.59-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.86%
GREEN value IS 187 (73.44% from 255) = 43.49%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=21.86%
G=43.49%
B=34.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941871490.5000.200.27155.4840.6155.1
Hex5EBB95320141B9b2937
Octal13627322562024332335167
Binary101111010111011100101011100100101001101110011011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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