#52aa92

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

Shades of Keppel #52AA92

Tints of Keppel #52AA92

Color information

#52AA92 (or 0x52AA92) is unknown color: approx Keppel. HEX triplet: 52, AA and 92. RGB value is (82,170,146). Sum of RGB (Red+Green+Blue) = 82+170+146=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AA92 is #AD556D. Grayscale: #8C8C8C. Windows color (decimal): -11359598 or 9611858. OLE color: 9611858.

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

Color convert

RGB82170146-
CMYK0.5200.140.33
HSL163.64º34.92%49.41%-
HSV(B)163.64º51.76%66.67%-
XYZ23.0432.6232.28-
YUV140.95130.8585.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.60%
GREEN value IS 170 (66.80% from 255) = 42.71%
BLUE value IS 146 (57.42% from 255) = 36.68%
R=20.60%
G=42.71%
B=36.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821701460.5200.140.33163.6434.9249.41
Hex52AA92340E21a42331
Octal12225222264016412444361
Binary101001010101010100100101101000111010000110100100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52aa92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,170,146); }

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

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

 a { background-color: rgb(82,170,146); }

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

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

 span { border-color: rgb(82,170,146); }

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