#52AB97

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

Shades of Keppel #52AB97

Tints of Keppel #52AB97

Color information

#52AB97 (or 0x52AB97) is unknown color: approx Keppel. HEX triplet: 52, AB and 97. RGB value is (82,171,151). Sum of RGB (Red+Green+Blue) = 82+171+151=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AB97 is #AD5468. Grayscale: #8E8E8E. Windows color (decimal): -11359337 or 9939794. OLE color: 9939794.

HSL color Cylindrical-coordinate representation of color #52AB97: hue angle of 166.52º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AB97 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB82171151-
CMYK0.5200.120.33
HSL166.52º35.18%49.61%-
HSV(B)166.52º52.05%67.06%-
XYZ23.6333.1534.43-
YUV142.11133.0185.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.30%
GREEN value IS 171 (67.19% from 255) = 42.33%
BLUE value IS 151 (59.38% from 255) = 37.38%
R=20.30%
G=42.33%
B=37.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821711510.5200.120.33166.5235.1849.61
Hex52AB97340C21a72332
Octal12225322764014412474362
Binary101001010101011100101111101000110010000110100111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,171,151); }

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

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

 a { background-color: rgb(82,171,151); }

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

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

 span { border-color: rgb(82,171,151); }

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