#53AC93

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

Shades of Keppel #53AC93

Tints of Keppel #53AC93

Color information

#53AC93 (or 0x53AC93) is unknown color: approx Keppel. HEX triplet: 53, AC and 93. RGB value is (83,172,147). Sum of RGB (Red+Green+Blue) = 83+172+147=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AC93 is #AC536C. Grayscale: #8E8E8E. Windows color (decimal): -11293549 or 9677907. OLE color: 9677907.

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

Color convert

RGB83172147-
CMYK0.5200.150.33
HSL163.15º34.9%50%-
HSV(B)163.15º51.74%67.45%-
XYZ23.5933.4532.82-
YUV142.54130.5185.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.65%
GREEN value IS 172 (67.58% from 255) = 42.79%
BLUE value IS 147 (57.81% from 255) = 36.57%
R=20.65%
G=42.79%
B=36.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831721470.5200.150.33163.1534.950
Hex53AC93340F21a32332
Octal12325422364017412434362
Binary101001110101100100100111101000111110000110100011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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