#52A98A

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

Shades of Keppel #52A98A

Tints of Keppel #52A98A

Color information

#52A98A (or 0x52A98A) is unknown color: approx Keppel. HEX triplet: 52, A9 and 8A. RGB value is (82,169,138). Sum of RGB (Red+Green+Blue) = 82+169+138=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 169 - color contains mainly: green. Hex color #52A98A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A98A is #AD5675. Grayscale: #8B8B8B. Windows color (decimal): -11359862 or 9087314. OLE color: 9087314.

HSL color Cylindrical-coordinate representation of color #52A98A: hue angle of 158.62º degrees, saturation: 0.35, 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 #52A98A is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB82169138-
CMYK0.5100.180.34
HSL158.62º34.66%49.22%-
HSV(B)158.62º51.48%66.27%-
XYZ22.263229.05-
YUV139.45127.1887.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.08%
GREEN value IS 169 (66.41% from 255) = 43.44%
BLUE value IS 138 (54.30% from 255) = 35.48%
R=21.08%
G=43.44%
B=35.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal821691380.5100.180.34158.6234.6649.22
Hex52A98A33012229f2331
Octal12225121263022422374361
Binary1010010101010011000101011001101001010001010011111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,169,138); }

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

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

 a { background-color: rgb(82,169,138); }

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

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

 span { border-color: rgb(82,169,138); }

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