#519696

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

Shades of Half Baked #519696

Tints of Half Baked #519696

Color information

#519696 (or 0x519696) is unknown color: approx Half Baked. HEX triplet: 51, 96 and 96. RGB value is (81,150,150). Sum of RGB (Red+Green+Blue) = 81+150+150=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #519696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519696 is #AE6969. Grayscale: #818181. Windows color (decimal): -11430250 or 9868881. OLE color: 9868881.

HSL color Cylindrical-coordinate representation of color #519696: hue angle of 180º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519696 is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB81150150-
CMYK0.46000.41
HSL180º29.87%45.29%-
HSV(B)180º46%58.82%-
XYZ19.825.7632.78-
YUV129.37139.6493.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.26%
GREEN value IS 150 (58.98% from 255) = 39.37%
BLUE value IS 150 (58.98% from 255) = 39.37%
R=21.26%
G=39.37%
B=39.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811501500.46000.4118029.8745.29
Hex5196962E0029b41e2d
Octal1212262265600512643655
Binary10100011001011010010110101110001010011011010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519696; }

 p { color: rgb(81,150,150); }

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

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

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

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

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

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

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