#52B18D

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

Shades of Keppel #52B18D

Tints of Keppel #52B18D

Color information

#52B18D (or 0x52B18D) is unknown color: approx Keppel. HEX triplet: 52, B1 and 8D. RGB value is (82,177,141). Sum of RGB (Red+Green+Blue) = 82+177+141=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 177 - color contains mainly: green. Hex color #52B18D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B18D is #AD4E72. Grayscale: #909090. Windows color (decimal): -11357811 or 9285970. OLE color: 9285970.

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

Color convert

RGB82177141-
CMYK0.5400.200.31
HSL157.26º37.85%50.78%-
HSV(B)157.26º53.67%69.41%-
XYZ24.0135.1630.72-
YUV144.49126.0383.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.5%
GREEN value IS 177 (69.53% from 255) = 44.25%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=20.5%
G=44.25%
B=35.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821771410.5400.200.31157.2637.8550.78
Hex52B18D360141F9d2633
Octal12226121566024372354663
Binary101001010110001100011011101100101001111110011101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52B18D; }

 p { color: rgb(82,177,141); }

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

<style>
 a { background-color: #52B18D; }

 a { background-color: rgb(82,177,141); }

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

<style>
 span { border-color: #52B18D; }

 span { border-color: rgb(82,177,141); }

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