Html Css Color HEX #50ADB7 Viking

📋 copy color: '#50ADB7'

red 80 ◦ green 173 ◦ blue 183

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

Shades of Viking #50ADB7

Tints of Viking #50ADB7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.68%

 BLUE value IS 183 (71.88% from 255) = 41.97%

R = 18.35%
G = 39.68%
B = 41.97%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#50ADB7 (or 0x50ADB7) is known color: Viking. HEX triplet: 50, AD and B7. RGB value is (80,173,183). Sum of RGB (Red+Green+Blue) = 80+173+183=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 183 - color contains mainly: blue. Hex color #50ADB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADB7 is #AF5248. Grayscale: #929292. Windows color (decimal): -11489865 or 12037456. OLE color: 12037456.

HSL color Cylindrical-coordinate representation of color #50ADB7: hue angle of 185.83º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50ADB7 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 173 183 -
CMYK 0.56 0.05 0 0.28
HSL 185.83º 0.42% 0.52% -
HSV(B) 185.83º 0.56% 0.72% -
XYZ 26.8 35.01 50.15 -
YUV 146.33 148.69 80.69 -
System Red Green Blue C M Y K H S L
Decimal 80 173 183 0.56 0.05 0 0.28 185.83 0.42 0.52
Hex 50 AD B7 38 5 0 1C BA 2A 34
Octal 120 255 267 70 5 0 34 272 52 64
Binary 1010000 10101101 10110111 111000 101 0 11100 10111010 101010 110100

Color Harmonies of #50ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ADB7

Black with #50ADB7

Text Example


Text Example

White with #50ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50ADB7; }

 p { color: rgb(80,173,183); }

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

background-color css

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

 a { background-color: rgb(80,173,183); }

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

border-color css

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

 span { border-color: rgb(80,173,183); }

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