#5CAA9A

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

Shades of Keppel #5CAA9A

Tints of Keppel #5CAA9A

Color information

#5CAA9A (or 0x5CAA9A) is unknown color: approx Keppel. HEX triplet: 5C, AA and 9A. RGB value is (92,170,154). Sum of RGB (Red+Green+Blue) = 92+170+154=416 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.12% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAA9A is #A35565. Grayscale: #909090. Windows color (decimal): -10704230 or 10136156. OLE color: 10136156.

HSL color Cylindrical-coordinate representation of color #5CAA9A: hue angle of 167.69º 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 #5CAA9A is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB92170154-
CMYK0.4600.090.33
HSL167.69º31.45%51.37%-
HSV(B)167.69º45.88%66.67%-
XYZ24.6233.3635.71-
YUV144.85133.1690.3-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.12%
GREEN value IS 170 (66.80% from 255) = 40.87%
BLUE value IS 154 (60.55% from 255) = 37.02%
R=22.12%
G=40.87%
B=37.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921701540.4600.090.33167.6931.4551.37
Hex5CAA9A2E0921a81f33
Octal13425223256011412503763
Binary10111001010101010011010101110010011000011010100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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