#5DBA95

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

Shades of Keppel #5DBA95

Tints of Keppel #5DBA95

Color information

#5DBA95 (or 0x5DBA95) is unknown color: approx Keppel. HEX triplet: 5D, BA and 95. RGB value is (93,186,149). Sum of RGB (Red+Green+Blue) = 93+186+149=428 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.73% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBA95 is #A2456A. Grayscale: #9A9A9A. Windows color (decimal): -10634603 or 9812573. OLE color: 9812573.

HSL color Cylindrical-coordinate representation of color #5DBA95: hue angle of 156.13º 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 #5DBA95 is Cyan = 0.5, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB93186149-
CMYK0.500.200.27
HSL156.13º40.26%54.71%-
HSV(B)156.13º50%72.94%-
XYZ27.539.6134.63-
YUV153.97125.1984.51-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.73%
GREEN value IS 186 (73.05% from 255) = 43.46%
BLUE value IS 149 (58.59% from 255) = 34.81%
R=21.73%
G=43.46%
B=34.81%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931861490.500.200.27156.1340.2654.71
Hex5DBA95320141B9c2837
Octal13527222562024332345067
Binary101110110111010100101011100100101001101110011100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,186,149); }

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

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

 a { background-color: rgb(93,186,149); }

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

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

 span { border-color: rgb(93,186,149); }

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