Html Css Color HEX #50B9BC Viking

📋 copy color: '#50B9BC'

red 80 ◦ green 185 ◦ blue 188

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

Shades of Viking #50B9BC

Tints of Viking #50B9BC

RGB

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

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

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

R = 17.66%
G = 40.84%
B = 41.5%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#50B9BC (or 0x50B9BC) is known color: Viking. HEX triplet: 50, B9 and BC. RGB value is (80,185,188). Sum of RGB (Red+Green+Blue) = 80+185+188=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #50B9BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B9BC is #AF4643. Grayscale: #999999. Windows color (decimal): -11486788 or 12368208. OLE color: 12368208.

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

Color convert

RGB 80 185 188 -
CMYK 0.57 0.02 0 0.26
HSL 181.67º 0.45% 0.53% -
HSV(B) 181.67º 0.57% 0.74% -
XYZ 29.73 40.03 53.74 -
YUV 153.95 147.21 75.26 -
System Red Green Blue C M Y K H S L
Decimal 80 185 188 0.57 0.02 0 0.26 181.67 0.45 0.53
Hex 50 B9 BC 39 2 0 1A B6 2D 35
Octal 120 271 274 71 2 0 32 266 55 65
Binary 1010000 10111001 10111100 111001 10 0 11010 10110110 101101 110101

Color Harmonies of #50B9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B9BC

Black with #50B9BC

Text Example


Text Example

White with #50B9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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