#52AE8E

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

Shades of Keppel #52AE8E

Tints of Keppel #52AE8E

Color information

#52AE8E (or 0x52AE8E) is unknown color: approx Keppel. HEX triplet: 52, AE and 8E. RGB value is (82,174,142). Sum of RGB (Red+Green+Blue) = 82+174+142=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AE8E is #AD5171. Grayscale: #8E8E8E. Windows color (decimal): -11358578 or 9350738. OLE color: 9350738.

HSL color Cylindrical-coordinate representation of color #52AE8E: hue angle of 159.13º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AE8E is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB82174142-
CMYK0.5300.180.32
HSL159.13º36.22%50.2%-
HSV(B)159.13º52.87%68.24%-
XYZ23.534.0230.92-
YUV142.84127.5284.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.60%
GREEN value IS 174 (68.36% from 255) = 43.72%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=20.60%
G=43.72%
B=35.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821741420.5300.180.32159.1336.2250.2
Hex52AE8E35012209f2432
Octal12225621665022402374462
Binary1010010101011101000111011010101001010000010011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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