#55B49A

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

Shades of Keppel #55B49A

Tints of Keppel #55B49A

Color information

#55B49A (or 0x55B49A) is unknown color: approx Keppel. HEX triplet: 55, B4 and 9A. RGB value is (85,180,154). Sum of RGB (Red+Green+Blue) = 85+180+154=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #55B49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B49A is #AA4B65. Grayscale: #949494. Windows color (decimal): -11160422 or 10138709. OLE color: 10138709.

HSL color Cylindrical-coordinate representation of color #55B49A: hue angle of 163.58º 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 #55B49A is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB85180154-
CMYK0.5300.140.29
HSL163.58º38.78%51.96%-
HSV(B)163.58º52.78%70.59%-
XYZ25.936.9136.33-
YUV148.63131.0382.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.29%
GREEN value IS 180 (70.70% from 255) = 42.96%
BLUE value IS 154 (60.55% from 255) = 36.75%
R=20.29%
G=42.96%
B=36.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851801540.5300.140.29163.5838.7851.96
Hex55B49A350E1Da42734
Octal12526423265016352444764
Binary10101011011010010011010110101011101110110100100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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