Html Css Color HEX #50948F Half Baked

📋 copy color: '#50948F'

red 80 ◦ green 148 ◦ blue 143

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

Shades of Half Baked #50948F

Tints of Half Baked #50948F

RGB

 RED value IS 80 (31.64% from 255) = 21.56%

 GREEN value IS 148 (58.2% from 255) = 39.89%

 BLUE value IS 143 (56.25% from 255) = 38.54%

R = 21.56%
G = 39.89%
B = 38.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#50948F (or 0x50948F) is known color: Half Baked. HEX triplet: 50, 94 and 8F. RGB value is (80,148,143). Sum of RGB (Red+Green+Blue) = 80+148+143=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #50948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50948F is #AF6B70. Grayscale: #7F7F7F. Windows color (decimal): -11496305 or 9409616. OLE color: 9409616.

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

Color convert

RGB 80 148 143 -
CMYK 0.46 0 0.03 0.42
HSL 175.59º 0.3% 0.45% -
HSV(B) 175.59º 0.46% 0.58% -
XYZ 18.86 24.87 29.79 -
YUV 127.1 136.97 94.41 -
System Red Green Blue C M Y K H S L
Decimal 80 148 143 0.46 0 0.03 0.42 175.59 0.3 0.45
Hex 50 94 8F 2E 0 3 2A B0 1E 2D
Octal 120 224 217 56 0 3 52 260 36 55
Binary 1010000 10010100 10001111 101110 0 11 101010 10110000 11110 101101

Color Harmonies of #50948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50948F

Black with #50948F

Text Example


Text Example

White with #50948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50948F; }

 p { color: rgb(80,148,143); }

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

background-color css

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

 a { background-color: rgb(80,148,143); }

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

border-color css

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

 span { border-color: rgb(80,148,143); }

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