#53AD8F

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

Shades of Keppel #53AD8F

Tints of Keppel #53AD8F

Color information

#53AD8F (or 0x53AD8F) is unknown color: approx Keppel. HEX triplet: 53, AD and 8F. RGB value is (83,173,143). Sum of RGB (Red+Green+Blue) = 83+173+143=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AD8F is #AC5270. Grayscale: #8E8E8E. Windows color (decimal): -11293297 or 9416019. OLE color: 9416019.

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

Color convert

RGB83173143-
CMYK0.5200.170.32
HSL160º35.43%50.2%-
HSV(B)160º52.02%67.84%-
XYZ23.4733.7131.26-
YUV142.67128.1885.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.80%
GREEN value IS 173 (67.97% from 255) = 43.36%
BLUE value IS 143 (56.25% from 255) = 35.84%
R=20.80%
G=43.36%
B=35.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831731430.5200.170.3216035.4350.2
Hex53AD8F3401120a02332
Octal12325521764021402404362
Binary1010011101011011000111111010001000110000010100000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,173,143); }

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

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

 a { background-color: rgb(83,173,143); }

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

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

 span { border-color: rgb(83,173,143); }

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