#55A98B

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

Shades of Keppel #55A98B

Tints of Keppel #55A98B

Color information

#55A98B (or 0x55A98B) is unknown color: approx Keppel. HEX triplet: 55, A9 and 8B. RGB value is (85,169,139). Sum of RGB (Red+Green+Blue) = 85+169+139=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 169 - color contains mainly: green. Hex color #55A98B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A98B is #AA5674. Grayscale: #8C8C8C. Windows color (decimal): -11163253 or 9152853. OLE color: 9152853.

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

Color convert

RGB85169139-
CMYK0.5000.180.34
HSL158.57º33.07%49.8%-
HSV(B)158.57º49.7%66.27%-
XYZ22.5932.1729.44-
YUV140.46127.1788.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.63%
GREEN value IS 169 (66.41% from 255) = 43.00%
BLUE value IS 139 (54.69% from 255) = 35.37%
R=21.63%
G=43.00%
B=35.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851691390.5000.180.34158.5733.0749.8
Hex55A98B32012229f2132
Octal12525121362022422374162
Binary1010101101010011000101111001001001010001010011111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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