#52B394

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

Shades of Keppel #52B394

Tints of Keppel #52B394

Color information

#52B394 (or 0x52B394) is unknown color: approx Keppel. HEX triplet: 52, B3 and 94. RGB value is (82,179,148). Sum of RGB (Red+Green+Blue) = 82+179+148=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 179 - color contains mainly: green. Hex color #52B394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B394 is #AD4C6B. Grayscale: #929292. Windows color (decimal): -11357292 or 9745234. OLE color: 9745234.

HSL color Cylindrical-coordinate representation of color #52B394: hue angle of 160.82º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B394 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB82179148-
CMYK0.5400.170.30
HSL160.82º38.96%51.18%-
HSV(B)160.82º54.19%70.2%-
XYZ24.9536.1733.68-
YUV146.46128.8682.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.05%
GREEN value IS 179 (70.31% from 255) = 43.77%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=20.05%
G=43.77%
B=36.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal821791480.5400.170.30160.8238.9651.18
Hex52B394360111Ea12733
Octal12226322466021362414763
Binary101001010110011100101001101100100011111010100001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,179,148); }

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

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

 a { background-color: rgb(82,179,148); }

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

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

 span { border-color: rgb(82,179,148); }

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