#52B48B

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

Shades of Keppel #52B48B

Tints of Keppel #52B48B

Color information

#52B48B (or 0x52B48B) is unknown color: approx Keppel. HEX triplet: 52, B4 and 8B. RGB value is (82,180,139). Sum of RGB (Red+Green+Blue) = 82+180+139=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #52B48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B48B is #AD4B74. Grayscale: #929292. Windows color (decimal): -11357045 or 9155666. OLE color: 9155666.

HSL color Cylindrical-coordinate representation of color #52B48B: hue angle of 154.9º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B48B is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB82180139-
CMYK0.5400.230.29
HSL154.9º39.52%51.37%-
HSV(B)154.9º54.44%70.59%-
XYZ24.4636.330.14-
YUV146.02124.0382.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.45%
GREEN value IS 180 (70.70% from 255) = 44.89%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=20.45%
G=44.89%
B=34.66%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821801390.5400.230.29154.939.5251.37
Hex52B48B360171D9b2833
Octal12226421366027352335063
Binary101001010110100100010111101100101111110110011011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,180,139); }

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

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

 a { background-color: rgb(82,180,139); }

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

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

 span { border-color: rgb(82,180,139); }

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