#55B48E

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

Shades of Keppel #55B48E

Tints of Keppel #55B48E

Color information

#55B48E (or 0x55B48E) is unknown color: approx Keppel. HEX triplet: 55, B4 and 8E. RGB value is (85,180,142). Sum of RGB (Red+Green+Blue) = 85+180+142=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #55B48E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B48E is #AA4B71. Grayscale: #939393. Windows color (decimal): -11160434 or 9352277. OLE color: 9352277.

HSL color Cylindrical-coordinate representation of color #55B48E: hue angle of 156º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B48E is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB85180142-
CMYK0.5300.210.29
HSL156º38.78%51.96%-
HSV(B)156º52.78%70.59%-
XYZ24.9536.5331.33-
YUV147.26125.0383.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.88%
GREEN value IS 180 (70.70% from 255) = 44.23%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=20.88%
G=44.23%
B=34.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851801420.5300.210.2915638.7851.96
Hex55B48E350151D9c2734
Octal12526421665025352344764
Binary101010110110100100011101101010101011110110011100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,180,142); }

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

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

 a { background-color: rgb(85,180,142); }

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

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

 span { border-color: rgb(85,180,142); }

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