#53B18E

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

Shades of Keppel #53B18E

Tints of Keppel #53B18E

Color information

#53B18E (or 0x53B18E) is unknown color: approx Keppel. HEX triplet: 53, B1 and 8E. RGB value is (83,177,142). Sum of RGB (Red+Green+Blue) = 83+177+142=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 177 - color contains mainly: green. Hex color #53B18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B18E is #AC4E71. Grayscale: #909090. Windows color (decimal): -11292274 or 9351507. OLE color: 9351507.

HSL color Cylindrical-coordinate representation of color #53B18E: hue angle of 157.66º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B18E is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB83177142-
CMYK0.5300.200.31
HSL157.66º37.6%50.98%-
HSV(B)157.66º53.11%69.41%-
XYZ24.1735.2431.12-
YUV144.9126.3683.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.65%
GREEN value IS 177 (69.53% from 255) = 44.03%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=20.65%
G=44.03%
B=35.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831771420.5300.200.31157.6637.650.98
Hex53B18E350141F9e2633
Octal12326121665024372364663
Binary101001110110001100011101101010101001111110011110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,177,142); }

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

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

 a { background-color: rgb(83,177,142); }

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

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

 span { border-color: rgb(83,177,142); }

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