#5CAF8D

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

Shades of Keppel #5CAF8D

Tints of Keppel #5CAF8D

Color information

#5CAF8D (or 0x5CAF8D) is unknown color: approx Keppel. HEX triplet: 5C, AF and 8D. RGB value is (92,175,141). Sum of RGB (Red+Green+Blue) = 92+175+141=408 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.55% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAF8D is #A35072. Grayscale: #929292. Windows color (decimal): -10702963 or 9285468. OLE color: 9285468.

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

Color convert

RGB92175141-
CMYK0.4700.190.31
HSL155.42º34.16%52.35%-
HSV(B)155.42º47.43%68.63%-
XYZ24.5534.8630.63-
YUV146.3112589.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.55%
GREEN value IS 175 (68.75% from 255) = 42.89%
BLUE value IS 141 (55.47% from 255) = 34.56%
R=22.55%
G=42.89%
B=34.56%

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
Decimal921751410.4700.190.31155.4234.1652.35
Hex5CAF8D2F0131F9b2234
Octal13425721557023372334264
Binary101110010101111100011011011110100111111110011011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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