#5DB49A

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

Shades of Keppel #5DB49A

Tints of Keppel #5DB49A

Color information

#5DB49A (or 0x5DB49A) is unknown color: approx Keppel. HEX triplet: 5D, B4 and 9A. RGB value is (93,180,154). Sum of RGB (Red+Green+Blue) = 93+180+154=427 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.78% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB49A is #A24B65. Grayscale: #979797. Windows color (decimal): -10636134 or 10138717. OLE color: 10138717.

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

Color convert

RGB93180154-
CMYK0.4800.140.29
HSL162.07º36.71%53.53%-
HSV(B)162.07º48.33%70.59%-
XYZ26.6737.336.37-
YUV151.02129.6886.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.78%
GREEN value IS 180 (70.70% from 255) = 42.15%
BLUE value IS 154 (60.55% from 255) = 36.07%
R=21.78%
G=42.15%
B=36.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal931801540.4800.140.29162.0736.7153.53
Hex5DB49A300E1Da22536
Octal13526423260016352424566
Binary10111011011010010011010110000011101110110100010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,180,154); }

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

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

 a { background-color: rgb(93,180,154); }

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

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

 span { border-color: rgb(93,180,154); }

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