#53AE8D

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

Shades of Keppel #53AE8D

Tints of Keppel #53AE8D

Color information

#53AE8D (or 0x53AE8D) is unknown color: approx Keppel. HEX triplet: 53, AE and 8D. RGB value is (83,174,141). Sum of RGB (Red+Green+Blue) = 83+174+141=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #53AE8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AE8D is #AC5172. Grayscale: #8F8F8F. Windows color (decimal): -11293043 or 9285203. OLE color: 9285203.

HSL color Cylindrical-coordinate representation of color #53AE8D: hue angle of 158.24º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AE8D is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB83174141-
CMYK0.5200.190.32
HSL158.24º35.97%50.39%-
HSV(B)158.24º52.3%68.24%-
XYZ23.5134.0330.53-
YUV143.03126.8585.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.85%
GREEN value IS 174 (68.36% from 255) = 43.72%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=20.85%
G=43.72%
B=35.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831741410.5200.190.32158.2435.9750.39
Hex53AE8D34013209e2432
Octal12325621564023402364462
Binary1010011101011101000110111010001001110000010011110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,174,141); }

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

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

 a { background-color: rgb(83,174,141); }

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

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

 span { border-color: rgb(83,174,141); }

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