Html Css Color HEX #50B6BB Viking

📋 copy color: '#50B6BB'

red 80 ◦ green 182 ◦ blue 187

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

Shades of Viking #50B6BB

Tints of Viking #50B6BB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.53%

 BLUE value IS 187 (73.44% from 255) = 41.65%

R = 17.82%
G = 40.53%
B = 41.65%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#50B6BB (or 0x50B6BB) is known color: Viking. HEX triplet: 50, B6 and BB. RGB value is (80,182,187). Sum of RGB (Red+Green+Blue) = 80+182+187=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #50B6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B6BB is #AF4944. Grayscale: #979797. Windows color (decimal): -11487557 or 12301904. OLE color: 12301904.

HSL color Cylindrical-coordinate representation of color #50B6BB: hue angle of 182.8º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B6BB is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 182 187 -
CMYK 0.57 0.03 0 0.27
HSL 182.8º 0.44% 0.52% -
HSV(B) 182.8º 0.57% 0.73% -
XYZ 29.01 38.75 52.96 -
YUV 152.07 147.71 76.59 -
System Red Green Blue C M Y K H S L
Decimal 80 182 187 0.57 0.03 0 0.27 182.8 0.44 0.52
Hex 50 B6 BB 39 3 0 1B B7 2C 34
Octal 120 266 273 71 3 0 33 267 54 64
Binary 1010000 10110110 10111011 111001 11 0 11011 10110111 101100 110100

Color Harmonies of #50B6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B6BB

Black with #50B6BB

Text Example


Text Example

White with #50B6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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