#53AE99

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

Shades of Keppel #53AE99

Tints of Keppel #53AE99

Color information

#53AE99 (or 0x53AE99) is unknown color: approx Keppel. HEX triplet: 53, AE and 99. RGB value is (83,174,153). Sum of RGB (Red+Green+Blue) = 83+174+153=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 174 - color contains mainly: green. Hex color #53AE99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AE99 is #AC5166. Grayscale: #909090. Windows color (decimal): -11293031 or 10071635. OLE color: 10071635.

HSL color Cylindrical-coordinate representation of color #53AE99: hue angle of 166.15º 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 #53AE99 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB83174153-
CMYK0.5200.120.32
HSL166.15º35.97%50.39%-
HSV(B)166.15º52.3%68.24%-
XYZ24.4534.4135.49-
YUV144.4132.8584.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.24%
GREEN value IS 174 (68.36% from 255) = 42.44%
BLUE value IS 153 (60.16% from 255) = 37.32%
R=20.24%
G=42.44%
B=37.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831741530.5200.120.32166.1535.9750.39
Hex53AE99340C20a62432
Octal12325623164014402464462
Binary101001110101110100110011101000110010000010100110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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