Html Css Color HEX #519690 Half Baked

📋 copy color: '#519690'

red 81 ◦ green 150 ◦ blue 144

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

Shades of Half Baked #519690

Tints of Half Baked #519690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40%

 BLUE value IS 144 (56.64% from 255) = 38.4%

R = 21.6%
G = 40%
B = 38.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#519690 (or 0x519690) is known color: Half Baked. HEX triplet: 51, 96 and 90. RGB value is (81,150,144). Sum of RGB (Red+Green+Blue) = 81+150+144=375 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.6% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #519690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519690 is #AE696F. Grayscale: #808080. Windows color (decimal): -11430256 or 9475665. OLE color: 9475665.

HSL color Cylindrical-coordinate representation of color #519690: hue angle of 174.78º 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 #519690 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 150 144 -
CMYK 0.46 0 0.04 0.41
HSL 174.78º 0.3% 0.45% -
HSV(B) 174.78º 0.46% 0.59% -
XYZ 19.33 25.58 30.3 -
YUV 128.69 136.64 93.99 -
System Red Green Blue C M Y K H S L
Decimal 81 150 144 0.46 0 0.04 0.41 174.78 0.3 0.45
Hex 51 96 90 2E 0 4 29 AF 1E 2D
Octal 121 226 220 56 0 4 51 257 36 55
Binary 1010001 10010110 10010000 101110 0 100 101001 10101111 11110 101101

Color Harmonies of #519690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519690

Black with #519690

Text Example


Text Example

White with #519690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519690; }

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

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

background-color css

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

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

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

border-color css

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

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

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