#5DB69D

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

Shades of Keppel #5DB69D

Tints of Keppel #5DB69D

Color information

#5DB69D (or 0x5DB69D) is unknown color: approx Keppel. HEX triplet: 5D, B6 and 9D. RGB value is (93,182,157). Sum of RGB (Red+Green+Blue) = 93+182+157=432 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.53% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 182 - color contains mainly: green. Hex color #5DB69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB69D is #A24962. Grayscale: #989898. Windows color (decimal): -10635619 or 10335837. OLE color: 10335837.

HSL color Cylindrical-coordinate representation of color #5DB69D: hue angle of 163.15º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB69D is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB93182157-
CMYK0.4900.140.29
HSL163.15º37.87%53.92%-
HSV(B)163.15º48.9%71.37%-
XYZ27.3338.2237.83-
YUV152.54130.5185.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.53%
GREEN value IS 182 (71.48% from 255) = 42.13%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=21.53%
G=42.13%
B=36.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal931821570.4900.140.29163.1537.8753.92
Hex5DB69D310E1Da32636
Octal13526623561016352434666
Binary10111011011011010011101110001011101110110100011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,182,157); }

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

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

 a { background-color: rgb(93,182,157); }

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

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

 span { border-color: rgb(93,182,157); }

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