#55BC95

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

Shades of Keppel #55BC95

Tints of Keppel #55BC95

Color information

#55BC95 (or 0x55BC95) is unknown color: approx Keppel. HEX triplet: 55, BC and 95. RGB value is (85,188,149). Sum of RGB (Red+Green+Blue) = 85+188+149=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BC95 is #AA436A. Grayscale: #989898. Windows color (decimal): -11158379 or 9813077. OLE color: 9813077.

HSL color Cylindrical-coordinate representation of color #55BC95: hue angle of 157.28º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BC95 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB85188149-
CMYK0.5500.210.26
HSL157.28º43.46%53.53%-
HSV(B)157.28º54.79%73.73%-
XYZ27.1540.0734.74-
YUV152.76125.8879.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.14%
GREEN value IS 188 (73.83% from 255) = 44.55%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=20.14%
G=44.55%
B=35.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851881490.5500.210.26157.2843.4653.53
Hex55BC95370151A9d2b36
Octal12527422567025322355366
Binary101010110111100100101011101110101011101010011101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,188,149); }

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

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

 a { background-color: rgb(85,188,149); }

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

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

 span { border-color: rgb(85,188,149); }

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