#519B96

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

Shades of Half Baked #519B96

Tints of Half Baked #519B96

Color information

#519B96 (or 0x519B96) is unknown color: approx Half Baked. HEX triplet: 51, 9B and 96. RGB value is (81,155,150). Sum of RGB (Red+Green+Blue) = 81+155+150=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 155 - color contains mainly: green. Hex color #519B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519B96 is #AE6469. Grayscale: #848484. Windows color (decimal): -11428970 or 9870161. OLE color: 9870161.

HSL color Cylindrical-coordinate representation of color #519B96: hue angle of 175.95º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519B96 is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB81155150-
CMYK0.4800.030.39
HSL175.95º31.36%46.27%-
HSV(B)175.95º47.74%60.78%-
XYZ20.6227.3933.05-
YUV132.3137.9891.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.98%
GREEN value IS 155 (60.94% from 255) = 40.16%
BLUE value IS 150 (58.98% from 255) = 38.86%
R=20.98%
G=40.16%
B=38.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811551500.4800.030.39175.9531.3646.27
Hex519B96300327b01f2e
Octal1212332266003472603756
Binary101000110011011100101101100000111001111011000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519B96; }

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

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

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

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

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

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

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

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