Html Css Color HEX #50B4BC Viking

📋 copy color: '#50B4BC'

red 80 ◦ green 180 ◦ blue 188

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

Shades of Viking #50B4BC

Tints of Viking #50B4BC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.18%

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

R = 17.86%
G = 40.18%
B = 41.96%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#50B4BC (or 0x50B4BC) is known color: Viking. HEX triplet: 50, B4 and BC. RGB value is (80,180,188). Sum of RGB (Red+Green+Blue) = 80+180+188=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #50B4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B4BC is #AF4B43. Grayscale: #969696. Windows color (decimal): -11488068 or 12366928. OLE color: 12366928.

HSL color Cylindrical-coordinate representation of color #50B4BC: hue angle of 184.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 #50B4BC is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 180 188 -
CMYK 0.57 0.04 0 0.26
HSL 184.44º 0.45% 0.53% -
HSV(B) 184.44º 0.57% 0.74% -
XYZ 28.71 37.98 53.39 -
YUV 151.01 148.87 77.35 -
System Red Green Blue C M Y K H S L
Decimal 80 180 188 0.57 0.04 0 0.26 184.44 0.45 0.53
Hex 50 B4 BC 39 4 0 1A B8 2D 35
Octal 120 264 274 71 4 0 32 270 55 65
Binary 1010000 10110100 10111100 111001 100 0 11010 10111000 101101 110101

Color Harmonies of #50B4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B4BC

Black with #50B4BC

Text Example


Text Example

White with #50B4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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