Html Css Color HEX #50B9BB Viking

📋 copy color: '#50B9BB'

red 80 ◦ green 185 ◦ blue 187

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

Shades of Viking #50B9BB

Tints of Viking #50B9BB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.93%

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

R = 17.7%
G = 40.93%
B = 41.37%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#50B9BB (or 0x50B9BB) is known color: Viking. HEX triplet: 50, B9 and BB. RGB value is (80,185,187). Sum of RGB (Red+Green+Blue) = 80+185+187=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #50B9BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B9BB is #AF4644. Grayscale: #999999. Windows color (decimal): -11486789 or 12302672. OLE color: 12302672.

HSL color Cylindrical-coordinate representation of color #50B9BB: hue angle of 181.12º 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 #50B9BB is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 185 187 -
CMYK 0.57 0.01 0 0.27
HSL 181.12º 0.44% 0.52% -
HSV(B) 181.12º 0.57% 0.73% -
XYZ 29.63 39.99 53.17 -
YUV 153.83 146.71 75.34 -
System Red Green Blue C M Y K H S L
Decimal 80 185 187 0.57 0.01 0 0.27 181.12 0.44 0.52
Hex 50 B9 BB 39 1 0 1B B5 2C 34
Octal 120 271 273 71 1 0 33 265 54 64
Binary 1010000 10111001 10111011 111001 1 0 11011 10110101 101100 110100

Color Harmonies of #50B9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B9BB

Black with #50B9BB

Text Example


Text Example

White with #50B9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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