#53AA8E

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

Shades of Keppel #53AA8E

Tints of Keppel #53AA8E

Color information

#53AA8E (or 0x53AA8E) is unknown color: approx Keppel. HEX triplet: 53, AA and 8E. RGB value is (83,170,142). Sum of RGB (Red+Green+Blue) = 83+170+142=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AA8E is #AC5571. Grayscale: #8C8C8C. Windows color (decimal): -11294066 or 9349715. OLE color: 9349715.

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

Color convert

RGB83170142-
CMYK0.5100.160.33
HSL160.69º34.39%49.61%-
HSV(B)160.69º51.18%66.67%-
XYZ22.8232.5430.67-
YUV140.79128.6886.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.01%
GREEN value IS 170 (66.80% from 255) = 43.04%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=21.01%
G=43.04%
B=35.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831701420.5100.160.33160.6934.3949.61
Hex53AA8E3301021a12232
Octal12325221663020412414262
Binary1010011101010101000111011001101000010000110100001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53AA8E; }

 p { color: rgb(83,170,142); }

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

<style>
 a { background-color: #53AA8E; }

 a { background-color: rgb(83,170,142); }

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

<style>
 span { border-color: #53AA8E; }

 span { border-color: rgb(83,170,142); }

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