#5DC49C

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

Shades of Keppel #5DC49C

Tints of Keppel #5DC49C

Color information

#5DC49C (or 0x5DC49C) is unknown color: approx Keppel. HEX triplet: 5D, C4 and 9C. RGB value is (93,196,156). Sum of RGB (Red+Green+Blue) = 93+196+156=445 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.90% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 196 - color contains mainly: green. Hex color #5DC49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC49C is #A23B63. Grayscale: #A0A0A0. Windows color (decimal): -10632036 or 10273885. OLE color: 10273885.

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

Color convert

RGB93196156-
CMYK0.5300.200.23
HSL156.7º46.61%56.67%-
HSV(B)156.7º52.55%76.86%-
XYZ30.2544.2138.39-
YUV160.64125.3879.75-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.90%
GREEN value IS 196 (76.95% from 255) = 44.04%
BLUE value IS 156 (61.33% from 255) = 35.06%
R=20.90%
G=44.04%
B=35.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal931961560.5300.200.23156.746.6156.67
Hex5DC49C35014179d2f39
Octal13530423465024272355771
Binary101110111000100100111001101010101001011110011101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,196,156); }

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

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

 a { background-color: rgb(93,196,156); }

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

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

 span { border-color: rgb(93,196,156); }

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