#55C299

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

Shades of Keppel #55C299

Tints of Keppel #55C299

Color information

#55C299 (or 0x55C299) is unknown color: approx Keppel. HEX triplet: 55, C2 and 99. RGB value is (85,194,153). Sum of RGB (Red+Green+Blue) = 85+194+153=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #55C299 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C299 is #AA3D66. Grayscale: #9C9C9C. Windows color (decimal): -11156839 or 10076757. OLE color: 10076757.

HSL color Cylindrical-coordinate representation of color #55C299: hue angle of 157.43º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C299 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB85194153-
CMYK0.5600.210.24
HSL157.43º47.19%54.71%-
HSV(B)157.43º56.19%76.08%-
XYZ28.7942.8136.88-
YUV156.74125.8976.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.68%
GREEN value IS 194 (76.17% from 255) = 44.91%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=19.68%
G=44.91%
B=35.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851941530.5600.210.24157.4347.1954.71
Hex55C29938015189d2f37
Octal12530223170025302355767
Binary101010111000010100110011110000101011100010011101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55C299; }

 p { color: rgb(85,194,153); }

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

<style>
 a { background-color: #55C299; }

 a { background-color: rgb(85,194,153); }

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

<style>
 span { border-color: #55C299; }

 span { border-color: rgb(85,194,153); }

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