#5CAA8C

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

Shades of Keppel #5CAA8C

Tints of Keppel #5CAA8C

Color information

#5CAA8C (or 0x5CAA8C) is unknown color: approx Keppel. HEX triplet: 5C, AA and 8C. RGB value is (92,170,140). Sum of RGB (Red+Green+Blue) = 92+170+140=402 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.89% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAA8C is #A35573. Grayscale: #8F8F8F. Windows color (decimal): -10704244 or 9218652. OLE color: 9218652.

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

Color convert

RGB92170140-
CMYK0.4600.180.33
HSL156.92º31.45%51.37%-
HSV(B)156.92º45.88%66.67%-
XYZ23.5232.9229.93-
YUV143.26126.1691.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.89%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 140 (55.08% from 255) = 34.83%
R=22.89%
G=42.29%
B=34.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921701400.4600.180.33156.9231.4551.37
Hex5CAA8C2E012219d1f33
Octal13425221456022412353763
Binary101110010101010100011001011100100101000011001110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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