#53AC98

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

Shades of Keppel #53AC98

Tints of Keppel #53AC98

Color information

#53AC98 (or 0x53AC98) is unknown color: approx Keppel. HEX triplet: 53, AC and 98. RGB value is (83,172,152). Sum of RGB (Red+Green+Blue) = 83+172+152=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AC98 is #AC5367. Grayscale: #8F8F8F. Windows color (decimal): -11293544 or 10005587. OLE color: 10005587.

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

Color convert

RGB83172152-
CMYK0.5200.120.33
HSL166.52º34.9%50%-
HSV(B)166.52º51.74%67.45%-
XYZ23.9933.6134.93-
YUV143.11133.0185.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.39%
GREEN value IS 172 (67.58% from 255) = 42.26%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=20.39%
G=42.26%
B=37.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831721520.5200.120.33166.5234.950
Hex53AC98340C21a72332
Octal12325423064014412474362
Binary101001110101100100110001101000110010000110100111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,172,152); }

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

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

 a { background-color: rgb(83,172,152); }

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

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

 span { border-color: rgb(83,172,152); }

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