#5DB89C

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

Shades of Keppel #5DB89C

Tints of Keppel #5DB89C

Color information

#5DB89C (or 0x5DB89C) is unknown color: approx Keppel. HEX triplet: 5D, B8 and 9C. RGB value is (93,184,156). Sum of RGB (Red+Green+Blue) = 93+184+156=433 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.48% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 184 - color contains mainly: green. Hex color #5DB89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB89C is #A24763. Grayscale: #999999. Windows color (decimal): -10635108 or 10270813. OLE color: 10270813.

HSL color Cylindrical-coordinate representation of color #5DB89C: hue angle of 161.54º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB89C is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB93184156-
CMYK0.4900.150.28
HSL161.54º39.06%54.31%-
HSV(B)161.54º49.46%72.16%-
XYZ27.6639.0137.52-
YUV153.6129.3584.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.48%
GREEN value IS 184 (72.27% from 255) = 42.49%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=21.48%
G=42.49%
B=36.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal931841560.4900.150.28161.5439.0654.31
Hex5DB89C310F1Ca22736
Octal13527023461017342424766
Binary10111011011100010011100110001011111110010100010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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