#55BC99

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

Shades of Keppel #55BC99

Tints of Keppel #55BC99

Color information

#55BC99 (or 0x55BC99) is unknown color: approx Keppel. HEX triplet: 55, BC and 99. RGB value is (85,188,153). Sum of RGB (Red+Green+Blue) = 85+188+153=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BC99 is #AA4366. Grayscale: #999999. Windows color (decimal): -11158375 or 10075221. OLE color: 10075221.

HSL color Cylindrical-coordinate representation of color #55BC99: hue angle of 159.61º 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 #55BC99 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB85188153-
CMYK0.5500.190.26
HSL159.61º43.46%53.53%-
HSV(B)159.61º54.79%73.73%-
XYZ27.4840.236.45-
YUV153.21127.8879.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.95%
GREEN value IS 188 (73.83% from 255) = 44.13%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=19.95%
G=44.13%
B=35.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851881530.5500.190.26159.6143.4653.53
Hex55BC99370131Aa02b36
Octal12527423167023322405366
Binary101010110111100100110011101110100111101010100000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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