#5DB99B

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

Shades of Keppel #5DB99B

Tints of Keppel #5DB99B

Color information

#5DB99B (or 0x5DB99B) is unknown color: approx Keppel. HEX triplet: 5D, B9 and 9B. RGB value is (93,185,155). Sum of RGB (Red+Green+Blue) = 93+185+155=433 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.48% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB99B is #A24664. Grayscale: #9A9A9A. Windows color (decimal): -10634853 or 10205533. OLE color: 10205533.

HSL color Cylindrical-coordinate representation of color #5DB99B: hue angle of 160.43º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DB99B is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB93185155-
CMYK0.5000.160.27
HSL160.43º39.66%54.51%-
HSV(B)160.43º49.73%72.55%-
XYZ27.7839.3937.15-
YUV154.07128.5284.44-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.48%
GREEN value IS 185 (72.66% from 255) = 42.73%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=21.48%
G=42.73%
B=35.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931851550.5000.160.27160.4339.6654.51
Hex5DB99B320101Ba02837
Octal13527123362020332405067
Binary101110110111001100110111100100100001101110100000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,185,155); }

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

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

 a { background-color: rgb(93,185,155); }

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

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

 span { border-color: rgb(93,185,155); }

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