#5CA88C

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

Shades of Keppel #5CA88C

Tints of Keppel #5CA88C

Color information

#5CA88C (or 0x5CA88C) is unknown color: approx Keppel. HEX triplet: 5C, A8 and 8C. RGB value is (92,168,140). Sum of RGB (Red+Green+Blue) = 92+168+140=400 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 168 - color contains mainly: green. Hex color #5CA88C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA88C is #A35773. Grayscale: #8E8E8E. Windows color (decimal): -10704756 or 9218140. OLE color: 9218140.

HSL color Cylindrical-coordinate representation of color #5CA88C: hue angle of 157.89º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA88C is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB92168140-
CMYK0.4500.170.34
HSL157.89º30.4%50.98%-
HSV(B)157.89º45.24%65.88%-
XYZ23.1532.1729.8-
YUV142.08126.8292.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23%
GREEN value IS 168 (66.02% from 255) = 42%
BLUE value IS 140 (55.08% from 255) = 35%
R=23%
G=42%
B=35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal921681400.4500.170.34157.8930.450.98
Hex5CA88C2D011229e1e33
Octal13425021455021422363663
Binary101110010101000100011001011010100011000101001111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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