Html Css Color HEX #50BDBB Viking

📋 copy color: '#50BDBB'

red 80 ◦ green 189 ◦ blue 187

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

Shades of Viking #50BDBB

Tints of Viking #50BDBB

RGB

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

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

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

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

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

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

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

Color convert

RGB 80 189 187 -
CMYK 0.58 0 0.01 0.26
HSL 178.9º 0.45% 0.53% -
HSV(B) 178.9º 0.58% 0.74% -
XYZ 30.48 41.69 53.45 -
YUV 156.18 145.39 73.66 -
System Red Green Blue C M Y K H S L
Decimal 80 189 187 0.58 0 0.01 0.26 178.9 0.45 0.53
Hex 50 BD BB 3A 0 1 1A B3 2D 35
Octal 120 275 273 72 0 1 32 263 55 65
Binary 1010000 10111101 10111011 111010 0 1 11010 10110011 101101 110101

Color Harmonies of #50BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BDBB

Black with #50BDBB

Text Example


Text Example

White with #50BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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