Html Css Color HEX #519996 Half Baked

📋 copy color: '#519996'

red 81 ◦ green 153 ◦ blue 150

#519996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Baked #519996

Tints of Half Baked #519996

RGB

 RED value IS 81 (32.03% from 255) = 21.09%

 GREEN value IS 153 (60.16% from 255) = 39.84%

 BLUE value IS 150 (58.98% from 255) = 39.06%

R = 21.09%
G = 39.84%
B = 39.06%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#519996 (or 0x519996) is known color: Half Baked. HEX triplet: 51, 99 and 96. RGB value is (81,153,150). Sum of RGB (Red+Green+Blue) = 81+153+150=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #519996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519996 is #AE6669. Grayscale: #838383. Windows color (decimal): -11429482 or 9869649. OLE color: 9869649.

HSL color Cylindrical-coordinate representation of color #519996: hue angle of 177.5º 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 #519996 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 150 -
CMYK 0.47 0 0.02 0.4
HSL 177.5º 0.31% 0.46% -
HSV(B) 177.5º 0.47% 0.6% -
XYZ 20.29 26.73 32.94 -
YUV 131.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 81 153 150 0.47 0 0.02 0.4 177.5 0.31 0.46
Hex 51 99 96 2F 0 2 28 B2 1F 2E
Octal 121 231 226 57 0 2 50 262 37 56
Binary 1010001 10011001 10010110 101111 0 10 101000 10110010 11111 101110

Color Harmonies of #519996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519996

Black with #519996

Text Example


Text Example

White with #519996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519996; }

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

 H1.HeaderClassName
 {
   color: #519996;
 }
 .AnyTagClassName
 {
   color: #519996;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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