Html Css Color HEX #50BBC0 Viking

📋 copy color: '#50BBC0'

red 80 ◦ green 187 ◦ blue 192

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

Shades of Viking #50BBC0

Tints of Viking #50BBC0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.74%

 BLUE value IS 192 (75.39% from 255) = 41.83%

R = 17.43%
G = 40.74%
B = 41.83%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#50BBC0 (or 0x50BBC0) is known color: Viking. HEX triplet: 50, BB and C0. RGB value is (80,187,192). Sum of RGB (Red+Green+Blue) = 80+187+192=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #50BBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BBC0 is #AF443F. Grayscale: #9B9B9B. Windows color (decimal): -11486272 or 12630864. OLE color: 12630864.

HSL color Cylindrical-coordinate representation of color #50BBC0: hue angle of 182.68º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BBC0 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 187 192 -
CMYK 0.58 0.03 0 0.25
HSL 182.68º 0.47% 0.53% -
HSV(B) 182.68º 0.58% 0.75% -
XYZ 30.59 41.05 56.18 -
YUV 155.58 148.55 74.09 -
System Red Green Blue C M Y K H S L
Decimal 80 187 192 0.58 0.03 0 0.25 182.68 0.47 0.53
Hex 50 BB C0 3A 3 0 19 B7 2F 35
Octal 120 273 300 72 3 0 31 267 57 65
Binary 1010000 10111011 11000000 111010 11 0 11001 10110111 101111 110101

Color Harmonies of #50BBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BBC0

Black with #50BBC0

Text Example


Text Example

White with #50BBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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