Html Css Color HEX #50BBBA Viking

📋 copy color: '#50BBBA'

red 80 ◦ green 187 ◦ blue 186

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

Shades of Viking #50BBBA

Tints of Viking #50BBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 17.66%
G = 41.28%
B = 41.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#50BBBA (or 0x50BBBA) is known color: Viking. HEX triplet: 50, BB and BA. RGB value is (80,187,186). Sum of RGB (Red+Green+Blue) = 80+187+186=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #50BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BBBA is #AF4445. Grayscale: #9A9A9A. Windows color (decimal): -11486278 or 12237648. OLE color: 12237648.

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

Color convert

RGB 80 187 186 -
CMYK 0.57 0 0.01 0.27
HSL 179.44º 0.44% 0.52% -
HSV(B) 179.44º 0.57% 0.73% -
XYZ 29.94 40.79 52.75 -
YUV 154.89 145.55 74.58 -
System Red Green Blue C M Y K H S L
Decimal 80 187 186 0.57 0 0.01 0.27 179.44 0.44 0.52
Hex 50 BB BA 39 0 1 1B B3 2C 34
Octal 120 273 272 71 0 1 33 263 54 64
Binary 1010000 10111011 10111010 111001 0 1 11011 10110011 101100 110100

Color Harmonies of #50BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BBBA

Black with #50BBBA

Text Example


Text Example

White with #50BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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