#52AB98

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

Shades of Keppel #52AB98

Tints of Keppel #52AB98

Color information

#52AB98 (or 0x52AB98) is unknown color: approx Keppel. HEX triplet: 52, AB and 98. RGB value is (82,171,152). Sum of RGB (Red+Green+Blue) = 82+171+152=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AB98 is #AD5467. Grayscale: #8E8E8E. Windows color (decimal): -11359336 or 10005330. OLE color: 10005330.

HSL color Cylindrical-coordinate representation of color #52AB98: hue angle of 167.19º 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 #52AB98 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB82171152-
CMYK0.5200.110.33
HSL167.19º35.18%49.61%-
HSV(B)167.19º52.05%67.06%-
XYZ23.7133.1934.86-
YUV142.22133.5185.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.25%
GREEN value IS 171 (67.19% from 255) = 42.22%
BLUE value IS 152 (59.77% from 255) = 37.53%
R=20.25%
G=42.22%
B=37.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821711520.5200.110.33167.1935.1849.61
Hex52AB98340B21a72332
Octal12225323064013412474362
Binary101001010101011100110001101000101110000110100111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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