Html Css Color HEX #50ACB6 Viking

📋 copy color: '#50ACB6'

red 80 ◦ green 172 ◦ blue 182

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

Shades of Viking #50ACB6

Tints of Viking #50ACB6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.63%

 BLUE value IS 182 (71.48% from 255) = 41.94%

R = 18.43%
G = 39.63%
B = 41.94%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#50ACB6 (or 0x50ACB6) is known color: Viking. HEX triplet: 50, AC and B6. RGB value is (80,172,182). Sum of RGB (Red+Green+Blue) = 80+172+182=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 182 - color contains mainly: blue. Hex color #50ACB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACB6 is #AF5349. Grayscale: #919191. Windows color (decimal): -11490122 or 11971664. OLE color: 11971664.

HSL color Cylindrical-coordinate representation of color #50ACB6: hue angle of 185.88º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50ACB6 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 172 182 -
CMYK 0.56 0.05 0 0.29
HSL 185.88º 0.41% 0.51% -
HSV(B) 185.88º 0.56% 0.71% -
XYZ 26.5 34.59 49.54 -
YUV 145.63 148.52 81.19 -
System Red Green Blue C M Y K H S L
Decimal 80 172 182 0.56 0.05 0 0.29 185.88 0.41 0.51
Hex 50 AC B6 38 5 0 1D BA 29 33
Octal 120 254 266 70 5 0 35 272 51 63
Binary 1010000 10101100 10110110 111000 101 0 11101 10111010 101001 110011

Color Harmonies of #50ACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACB6

Black with #50ACB6

Text Example


Text Example

White with #50ACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,172,182); }

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

background-color css

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

 a { background-color: rgb(80,172,182); }

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

border-color css

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

 span { border-color: rgb(80,172,182); }

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