#5DB18E

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

Shades of Keppel #5DB18E

Tints of Keppel #5DB18E

Color information

#5DB18E (or 0x5DB18E) is unknown color: approx Keppel. HEX triplet: 5D, B1 and 8E. RGB value is (93,177,142). Sum of RGB (Red+Green+Blue) = 93+177+142=412 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.57% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB18E is #A24E71. Grayscale: #939393. Windows color (decimal): -10636914 or 9351517. OLE color: 9351517.

HSL color Cylindrical-coordinate representation of color #5DB18E: hue angle of 155º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DB18E is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB93177142-
CMYK0.4700.200.31
HSL155º35%52.94%-
HSV(B)155º47.46%69.41%-
XYZ25.1235.7231.16-
YUV147.89124.6788.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.57%
GREEN value IS 177 (69.53% from 255) = 42.96%
BLUE value IS 142 (55.86% from 255) = 34.47%
R=22.57%
G=42.96%
B=34.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal931771420.4700.200.311553552.94
Hex5DB18E2F0141F9b2335
Octal13526121657024372334365
Binary101110110110001100011101011110101001111110011011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,177,142); }

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

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

 a { background-color: rgb(93,177,142); }

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

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

 span { border-color: rgb(93,177,142); }

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