Html Css Color HEX #50ABC9 Viking

📋 copy color: '#50ABC9'

red 80 ◦ green 171 ◦ blue 201

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

Shades of Viking #50ABC9

Tints of Viking #50ABC9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.83%

 BLUE value IS 201 (78.91% from 255) = 44.47%

R = 17.7%
G = 37.83%
B = 44.47%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#50ABC9 (or 0x50ABC9) is known color: Viking. HEX triplet: 50, AB and C9. RGB value is (80,171,201). Sum of RGB (Red+Green+Blue) = 80+171+201=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #50ABC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABC9 is #AF5436. Grayscale: #939393. Windows color (decimal): -11490359 or 13216592. OLE color: 13216592.

HSL color Cylindrical-coordinate representation of color #50ABC9: hue angle of 194.88º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50ABC9 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 171 201 -
CMYK 0.60 0.15 0 0.21
HSL 194.88º 0.53% 0.55% -
HSV(B) 194.88º 0.6% 0.79% -
XYZ 28.41 35.05 60.53 -
YUV 147.21 158.35 80.06 -
System Red Green Blue C M Y K H S L
Decimal 80 171 201 0.60 0.15 0 0.21 194.88 0.53 0.55
Hex 50 AB C9 3C F 0 15 C3 35 37
Octal 120 253 311 74 17 0 25 303 65 67
Binary 1010000 10101011 11001001 111100 1111 0 10101 11000011 110101 110111

Color Harmonies of #50ABC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ABC9

Black with #50ABC9

Text Example


Text Example

White with #50ABC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,171,201); }

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

background-color css

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

 a { background-color: rgb(80,171,201); }

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

border-color css

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

 span { border-color: rgb(80,171,201); }

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