Html Css Color HEX #50ABBC Viking

📋 copy color: '#50ABBC'

red 80 ◦ green 171 ◦ blue 188

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

Shades of Viking #50ABBC

Tints of Viking #50ABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 18.22%
G = 38.95%
B = 42.82%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#50ABBC (or 0x50ABBC) is known color: Viking. HEX triplet: 50, AB and BC. RGB value is (80,171,188). Sum of RGB (Red+Green+Blue) = 80+171+188=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #50ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABBC is #AF5443. Grayscale: #919191. Windows color (decimal): -11490372 or 12364624. OLE color: 12364624.

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

Color convert

RGB 80 171 188 -
CMYK 0.57 0.09 0 0.26
HSL 189.44º 0.45% 0.53% -
HSV(B) 189.44º 0.57% 0.74% -
XYZ 26.95 34.46 52.81 -
YUV 145.73 151.85 81.12 -
System Red Green Blue C M Y K H S L
Decimal 80 171 188 0.57 0.09 0 0.26 189.44 0.45 0.53
Hex 50 AB BC 39 9 0 1A BD 2D 35
Octal 120 253 274 71 11 0 32 275 55 65
Binary 1010000 10101011 10111100 111001 1001 0 11010 10111101 101101 110101

Color Harmonies of #50ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ABBC

Black with #50ABBC

Text Example


Text Example

White with #50ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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