#5DAF8D

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

Shades of Keppel #5DAF8D

Tints of Keppel #5DAF8D

Color information

#5DAF8D (or 0x5DAF8D) is unknown color: approx Keppel. HEX triplet: 5D, AF and 8D. RGB value is (93,175,141). Sum of RGB (Red+Green+Blue) = 93+175+141=409 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.74% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAF8D is #A25072. Grayscale: #929292. Windows color (decimal): -10637427 or 9285469. OLE color: 9285469.

HSL color Cylindrical-coordinate representation of color #5DAF8D: hue angle of 155.12º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAF8D is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB93175141-
CMYK0.4700.190.31
HSL155.12º33.88%52.55%-
HSV(B)155.12º46.86%68.63%-
XYZ24.6534.9130.64-
YUV146.61124.8389.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.74%
GREEN value IS 175 (68.75% from 255) = 42.79%
BLUE value IS 141 (55.47% from 255) = 34.47%
R=22.74%
G=42.79%
B=34.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal931751410.4700.190.31155.1233.8852.55
Hex5DAF8D2F0131F9b2235
Octal13525721557023372334265
Binary101110110101111100011011011110100111111110011011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,175,141); }

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

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

 a { background-color: rgb(93,175,141); }

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

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

 span { border-color: rgb(93,175,141); }

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