#52B696

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

Shades of Keppel #52B696

Tints of Keppel #52B696

Color information

#52B696 (or 0x52B696) is unknown color: approx Keppel. HEX triplet: 52, B6 and 96. RGB value is (82,182,150). Sum of RGB (Red+Green+Blue) = 82+182+150=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 182 - color contains mainly: green. Hex color #52B696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B696 is #AD4969. Grayscale: #949494. Windows color (decimal): -11356522 or 9877074. OLE color: 9877074.

HSL color Cylindrical-coordinate representation of color #52B696: hue angle of 160.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B696 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB82182150-
CMYK0.5500.180.29
HSL160.8º40.65%51.76%-
HSV(B)160.8º54.95%71.37%-
XYZ25.7137.4534.73-
YUV148.45128.8780.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.81%
GREEN value IS 182 (71.48% from 255) = 43.96%
BLUE value IS 150 (58.98% from 255) = 36.23%
R=19.81%
G=43.96%
B=36.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821821500.5500.180.29160.840.6551.76
Hex52B696370121Da12934
Octal12226622667022352415164
Binary101001010110110100101101101110100101110110100001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,182,150); }

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

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

 a { background-color: rgb(82,182,150); }

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

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

 span { border-color: rgb(82,182,150); }

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