#52A990

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

Shades of Keppel #52A990

Tints of Keppel #52A990

Color information

#52A990 (or 0x52A990) is unknown color: approx Keppel. HEX triplet: 52, A9 and 90. RGB value is (82,169,144). Sum of RGB (Red+Green+Blue) = 82+169+144=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 169 - color contains mainly: green. Hex color #52A990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A990 is #AD566F. Grayscale: #8C8C8C. Windows color (decimal): -11359856 or 9480530. OLE color: 9480530.

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

Color convert

RGB82169144-
CMYK0.5100.150.34
HSL162.76º34.66%49.22%-
HSV(B)162.76º51.48%66.27%-
XYZ22.732.1831.4-
YUV140.14130.1886.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.76%
GREEN value IS 169 (66.41% from 255) = 42.78%
BLUE value IS 144 (56.64% from 255) = 36.46%
R=20.76%
G=42.78%
B=36.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal821691440.5100.150.34162.7634.6649.22
Hex52A990330F22a32331
Octal12225122063017422434361
Binary101001010101001100100001100110111110001010100011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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