Html Css Color HEX #50BBBD Viking

📋 copy color: '#50BBBD'

red 80 ◦ green 187 ◦ blue 189

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

Shades of Viking #50BBBD

Tints of Viking #50BBBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.45%

R = 17.54%
G = 41.01%
B = 41.45%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#50BBBD (or 0x50BBBD) is known color: Viking. HEX triplet: 50, BB and BD. RGB value is (80,187,189). Sum of RGB (Red+Green+Blue) = 80+187+189=456 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.54% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #50BBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BBBD is #AF4442. Grayscale: #9B9B9B. Windows color (decimal): -11486275 or 12434256. OLE color: 12434256.

HSL color Cylindrical-coordinate representation of color #50BBBD: hue angle of 181.1º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BBBD is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 187 189 -
CMYK 0.58 0.01 0 0.26
HSL 181.1º 0.45% 0.53% -
HSV(B) 181.1º 0.58% 0.74% -
XYZ 30.26 40.92 54.45 -
YUV 155.24 147.05 74.34 -
System Red Green Blue C M Y K H S L
Decimal 80 187 189 0.58 0.01 0 0.26 181.1 0.45 0.53
Hex 50 BB BD 3A 1 0 1A B5 2D 35
Octal 120 273 275 72 1 0 32 265 55 65
Binary 1010000 10111011 10111101 111010 1 0 11010 10110101 101101 110101

Color Harmonies of #50BBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BBBD

Black with #50BBBD

Text Example


Text Example

White with #50BBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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