#52B68E

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

Shades of Keppel #52B68E

Tints of Keppel #52B68E

Color information

#52B68E (or 0x52B68E) is unknown color: approx Keppel. HEX triplet: 52, B6 and 8E. RGB value is (82,182,142). Sum of RGB (Red+Green+Blue) = 82+182+142=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 182 (71.48% from 255 or 44.83% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 182 - color contains mainly: green. Hex color #52B68E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B68E is #AD4971. Grayscale: #939393. Windows color (decimal): -11356530 or 9352786. OLE color: 9352786.

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

Color convert

RGB82182142-
CMYK0.5500.220.29
HSL156º40.65%51.76%-
HSV(B)156º54.95%71.37%-
XYZ25.0937.231.45-
YUV147.54124.8781.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.20%
GREEN value IS 182 (71.48% from 255) = 44.83%
BLUE value IS 142 (55.86% from 255) = 34.98%
R=20.20%
G=44.83%
B=34.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821821420.5500.220.2915640.6551.76
Hex52B68E370161D9c2934
Octal12226621667026352345164
Binary101001010110110100011101101110101101110110011100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,182,142); }

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

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

 a { background-color: rgb(82,182,142); }

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

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

 span { border-color: rgb(82,182,142); }

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