#5CAC9A

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

Shades of Keppel #5CAC9A

Tints of Keppel #5CAC9A

Color information

#5CAC9A (or 0x5CAC9A) is unknown color: approx Keppel. HEX triplet: 5C, AC and 9A. RGB value is (92,172,154). Sum of RGB (Red+Green+Blue) = 92+172+154=418 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.01% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAC9A is #A35365. Grayscale: #929292. Windows color (decimal): -10703718 or 10136668. OLE color: 10136668.

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

Color convert

RGB92172154-
CMYK0.4700.100.33
HSL166.5º32.52%51.76%-
HSV(B)166.5º46.51%67.45%-
XYZ2534.1135.84-
YUV146.03132.589.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.01%
GREEN value IS 172 (67.58% from 255) = 41.15%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=22.01%
G=41.15%
B=36.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921721540.4700.100.33166.532.5251.76
Hex5CAC9A2F0A21a62134
Octal13425423257012412464164
Binary101110010101100100110101011110101010000110100110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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