#5DAA8C

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

Shades of Keppel #5DAA8C

Tints of Keppel #5DAA8C

Color information

#5DAA8C (or 0x5DAA8C) is unknown color: approx Keppel. HEX triplet: 5D, AA and 8C. RGB value is (93,170,140). Sum of RGB (Red+Green+Blue) = 93+170+140=403 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.08% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAA8C is #A25573. Grayscale: #8F8F8F. Windows color (decimal): -10638708 or 9218653. OLE color: 9218653.

HSL color Cylindrical-coordinate representation of color #5DAA8C: hue angle of 156.62º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DAA8C is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB93170140-
CMYK0.4500.180.33
HSL156.62º31.17%51.57%-
HSV(B)156.62º45.29%66.67%-
XYZ23.6232.9729.93-
YUV143.56125.9991.94-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.08%
GREEN value IS 170 (66.80% from 255) = 42.18%
BLUE value IS 140 (55.08% from 255) = 34.74%
R=23.08%
G=42.18%
B=34.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal931701400.4500.180.33156.6231.1751.57
Hex5DAA8C2D012219d1f34
Octal13525221455022412353764
Binary101110110101010100011001011010100101000011001110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,170,140); }

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

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

 a { background-color: rgb(93,170,140); }

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

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

 span { border-color: rgb(93,170,140); }

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