#52A88B

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

Shades of Keppel #52A88B

Tints of Keppel #52A88B

Color information

#52A88B (or 0x52A88B) is unknown color: approx Keppel. HEX triplet: 52, A8 and 8B. RGB value is (82,168,139). Sum of RGB (Red+Green+Blue) = 82+168+139=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 168 - color contains mainly: green. Hex color #52A88B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A88B is #AD5774. Grayscale: #8B8B8B. Windows color (decimal): -11360117 or 9152594. OLE color: 9152594.

HSL color Cylindrical-coordinate representation of color #52A88B: hue angle of 159.77º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A88B is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB82168139-
CMYK0.5100.170.34
HSL159.77º34.4%49.02%-
HSV(B)159.77º51.19%65.88%-
XYZ22.1431.6629.37-
YUV138.98128.0187.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.08%
GREEN value IS 168 (66.02% from 255) = 43.19%
BLUE value IS 139 (54.69% from 255) = 35.73%
R=21.08%
G=43.19%
B=35.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal821681390.5100.170.34159.7734.449.02
Hex52A88B3301122a02231
Octal12225021363021422404261
Binary1010010101010001000101111001101000110001010100000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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