#55A994

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

Shades of Keppel #55A994

Tints of Keppel #55A994

Color information

#55A994 (or 0x55A994) is unknown color: approx Keppel. HEX triplet: 55, A9 and 94. RGB value is (85,169,148). Sum of RGB (Red+Green+Blue) = 85+169+148=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 169 - color contains mainly: green. Hex color #55A994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A994 is #AA566B. Grayscale: #8D8D8D. Windows color (decimal): -11163244 or 9742677. OLE color: 9742677.

HSL color Cylindrical-coordinate representation of color #55A994: hue angle of 165º 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 #55A994 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB85169148-
CMYK0.5000.120.34
HSL165º33.07%49.8%-
HSV(B)165º49.7%66.27%-
XYZ23.2832.4533.05-
YUV141.49131.6787.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.14%
GREEN value IS 169 (66.41% from 255) = 42.04%
BLUE value IS 148 (58.20% from 255) = 36.82%
R=21.14%
G=42.04%
B=36.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851691480.5000.120.3416533.0749.8
Hex55A994320C22a52132
Octal12525122462014422454162
Binary101010110101001100101001100100110010001010100101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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