Html Css Color HEX #50B2BC Viking

📋 copy color: '#50B2BC'

red 80 ◦ green 178 ◦ blue 188

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

Shades of Viking #50B2BC

Tints of Viking #50B2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.91%

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

R = 17.94%
G = 39.91%
B = 42.15%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#50B2BC (or 0x50B2BC) is known color: Viking. HEX triplet: 50, B2 and BC. RGB value is (80,178,188). Sum of RGB (Red+Green+Blue) = 80+178+188=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #50B2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B2BC is #AF4D43. Grayscale: #959595. Windows color (decimal): -11488580 or 12366416. OLE color: 12366416.

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

Color convert

RGB 80 178 188 -
CMYK 0.57 0.05 0 0.26
HSL 185.56º 0.45% 0.53% -
HSV(B) 185.56º 0.57% 0.74% -
XYZ 28.31 37.18 53.26 -
YUV 149.84 149.53 78.19 -
System Red Green Blue C M Y K H S L
Decimal 80 178 188 0.57 0.05 0 0.26 185.56 0.45 0.53
Hex 50 B2 BC 39 5 0 1A BA 2D 35
Octal 120 262 274 71 5 0 32 272 55 65
Binary 1010000 10110010 10111100 111001 101 0 11010 10111010 101101 110101

Color Harmonies of #50B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B2BC

Black with #50B2BC

Text Example


Text Example

White with #50B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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