#55BB99

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

Shades of Keppel #55BB99

Tints of Keppel #55BB99

Color information

#55BB99 (or 0x55BB99) is unknown color: approx Keppel. HEX triplet: 55, BB and 99. RGB value is (85,187,153). Sum of RGB (Red+Green+Blue) = 85+187+153=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BB99 is #AA4466. Grayscale: #989898. Windows color (decimal): -11158631 or 10074965. OLE color: 10074965.

HSL color Cylindrical-coordinate representation of color #55BB99: hue angle of 160º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BB99 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB85187153-
CMYK0.5500.180.27
HSL160º42.86%53.33%-
HSV(B)160º54.55%73.33%-
XYZ27.2739.7736.38-
YUV152.63128.2179.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20%
GREEN value IS 187 (73.44% from 255) = 44%
BLUE value IS 153 (60.16% from 255) = 36%
R=20%
G=44%
B=36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851871530.5500.180.2716042.8653.33
Hex55BB99370121Ba02b35
Octal12527323167022332405365
Binary101010110111011100110011101110100101101110100000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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