#53B48C

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

Shades of Keppel #53B48C

Tints of Keppel #53B48C

Color information

#53B48C (or 0x53B48C) is unknown color: approx Keppel. HEX triplet: 53, B4 and 8C. RGB value is (83,180,140). Sum of RGB (Red+Green+Blue) = 83+180+140=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #53B48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B48C is #AC4B73. Grayscale: #929292. Windows color (decimal): -11291508 or 9221203. OLE color: 9221203.

HSL color Cylindrical-coordinate representation of color #53B48C: hue angle of 155.26º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B48C is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB83180140-
CMYK0.5400.220.29
HSL155.26º39.27%51.57%-
HSV(B)155.26º53.89%70.59%-
XYZ24.6236.3730.53-
YUV146.44124.3682.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.60%
GREEN value IS 180 (70.70% from 255) = 44.67%
BLUE value IS 140 (55.08% from 255) = 34.74%
R=20.60%
G=44.67%
B=34.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831801400.5400.220.29155.2639.2751.57
Hex53B48C360161D9b2734
Octal12326421466026352334764
Binary101001110110100100011001101100101101110110011011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,180,140); }

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

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

 a { background-color: rgb(83,180,140); }

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

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

 span { border-color: rgb(83,180,140); }

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