Html Css Color HEX #50ADBD Viking

📋 copy color: '#50ADBD'

red 80 ◦ green 173 ◦ blue 189

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

Shades of Viking #50ADBD

Tints of Viking #50ADBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.76%

R = 18.1%
G = 39.14%
B = 42.76%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#50ADBD (or 0x50ADBD) is known color: Viking. HEX triplet: 50, AD and BD. RGB value is (80,173,189). Sum of RGB (Red+Green+Blue) = 80+173+189=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #50ADBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADBD is #AF5242. Grayscale: #929292. Windows color (decimal): -11489859 or 12430672. OLE color: 12430672.

HSL color Cylindrical-coordinate representation of color #50ADBD: hue angle of 188.81º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50ADBD is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 173 189 -
CMYK 0.58 0.08 0 0.26
HSL 188.81º 0.45% 0.53% -
HSV(B) 188.81º 0.58% 0.74% -
XYZ 27.44 35.27 53.51 -
YUV 147.02 151.69 80.2 -
System Red Green Blue C M Y K H S L
Decimal 80 173 189 0.58 0.08 0 0.26 188.81 0.45 0.53
Hex 50 AD BD 3A 8 0 1A BD 2D 35
Octal 120 255 275 72 10 0 32 275 55 65
Binary 1010000 10101101 10111101 111010 1000 0 11010 10111101 101101 110101

Color Harmonies of #50ADBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ADBD

Black with #50ADBD

Text Example


Text Example

White with #50ADBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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