#55A98E

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

Shades of Keppel #55A98E

Tints of Keppel #55A98E

Color information

#55A98E (or 0x55A98E) is unknown color: approx Keppel. HEX triplet: 55, A9 and 8E. RGB value is (85,169,142). Sum of RGB (Red+Green+Blue) = 85+169+142=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 169 - color contains mainly: green. Hex color #55A98E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A98E is #AA5671. Grayscale: #8C8C8C. Windows color (decimal): -11163250 or 9349461. OLE color: 9349461.

HSL color Cylindrical-coordinate representation of color #55A98E: hue angle of 160.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55A98E is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB85169142-
CMYK0.5000.160.34
HSL160.71º33.07%49.8%-
HSV(B)160.71º49.7%66.27%-
XYZ22.8232.2630.62-
YUV140.81128.6788.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.46%
GREEN value IS 169 (66.41% from 255) = 42.68%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=21.46%
G=42.68%
B=35.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851691420.5000.160.34160.7133.0749.8
Hex55A98E3201022a12132
Octal12525121662020422414162
Binary1010101101010011000111011001001000010001010100001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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