#529A96

Color #529A96 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #529A96

Tints of Half Baked #529A96

Color information

#529A96 (or 0x529A96) is unknown color: approx Half Baked. HEX triplet: 52, 9A and 96. RGB value is (82,154,150). Sum of RGB (Red+Green+Blue) = 82+154+150=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 154 - color contains mainly: green. Hex color #529A96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529A96 is #AD6569. Grayscale: #838383. Windows color (decimal): -11363690 or 9869906. OLE color: 9869906.

HSL color Cylindrical-coordinate representation of color #529A96: hue angle of 176.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529A96 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB82154150-
CMYK0.4700.030.40
HSL176.67º30.51%46.27%-
HSV(B)176.67º46.75%60.39%-
XYZ20.5427.1133-
YUV132.02138.1592.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.24%
GREEN value IS 154 (60.55% from 255) = 39.90%
BLUE value IS 150 (58.98% from 255) = 38.86%
R=21.24%
G=39.90%
B=38.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821541500.4700.030.40176.6730.5146.27
Hex529A962F0328b11f2e
Octal1222322265703502613756
Binary101001010011010100101101011110111010001011000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529A96; }

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

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

<style>
 a { background-color: #529A96; }

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

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

<style>
 span { border-color: #529A96; }

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

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