#5DB19F

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

Shades of Keppel #5DB19F

Tints of Keppel #5DB19F

Color information

#5DB19F (or 0x5DB19F) is unknown color: approx Keppel. HEX triplet: 5D, B1 and 9F. RGB value is (93,177,159). Sum of RGB (Red+Green+Blue) = 93+177+159=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB19F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB19F is #A24E60. Grayscale: #959595. Windows color (decimal): -10636897 or 10465629. OLE color: 10465629.

HSL color Cylindrical-coordinate representation of color #5DB19F: hue angle of 167.14º 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 #5DB19F is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB93177159-
CMYK0.4700.100.31
HSL167.14º35%52.94%-
HSV(B)167.14º47.46%69.41%-
XYZ26.4936.2738.41-
YUV149.83133.1787.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.68%
GREEN value IS 177 (69.53% from 255) = 41.26%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=21.68%
G=41.26%
B=37.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal931771590.4700.100.31167.143552.94
Hex5DB19F2F0A1Fa72335
Octal13526123757012372474365
Binary10111011011000110011111101111010101111110100111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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