#5DBB96

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

Shades of Keppel #5DBB96

Tints of Keppel #5DBB96

Color information

#5DBB96 (or 0x5DBB96) is unknown color: approx Keppel. HEX triplet: 5D, BB and 96. RGB value is (93,187,150). Sum of RGB (Red+Green+Blue) = 93+187+150=430 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.63% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBB96 is #A24469. Grayscale: #9A9A9A. Windows color (decimal): -10634346 or 9878365. OLE color: 9878365.

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

Color convert

RGB93187150-
CMYK0.5000.200.27
HSL156.38º40.87%54.9%-
HSV(B)156.38º50.27%73.33%-
XYZ27.7940.0735.12-
YUV154.68125.3684.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.63%
GREEN value IS 187 (73.44% from 255) = 43.49%
BLUE value IS 150 (58.98% from 255) = 34.88%
R=21.63%
G=43.49%
B=34.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931871500.5000.200.27156.3840.8754.9
Hex5DBB96320141B9c2937
Octal13527322662024332345167
Binary101110110111011100101101100100101001101110011100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,187,150); }

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

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

 a { background-color: rgb(93,187,150); }

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

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

 span { border-color: rgb(93,187,150); }

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