Html Css Color HEX #50BCBB Viking

📋 copy color: '#50BCBB'

red 80 ◦ green 188 ◦ blue 187

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

Shades of Viking #50BCBB

Tints of Viking #50BCBB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.32%

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

R = 17.58%
G = 41.32%
B = 41.1%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#50BCBB (or 0x50BCBB) is known color: Viking. HEX triplet: 50, BC and BB. RGB value is (80,188,187). Sum of RGB (Red+Green+Blue) = 80+188+187=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #50BCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BCBB is #AF4344. Grayscale: #9B9B9B. Windows color (decimal): -11486021 or 12303440. OLE color: 12303440.

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

Color convert

RGB 80 188 187 -
CMYK 0.57 0 0.01 0.26
HSL 179.44º 0.45% 0.53% -
HSV(B) 179.44º 0.57% 0.74% -
XYZ 30.26 41.26 53.38 -
YUV 155.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 80 188 187 0.57 0 0.01 0.26 179.44 0.45 0.53
Hex 50 BC BB 39 0 1 1A B3 2D 35
Octal 120 274 273 71 0 1 32 263 55 65
Binary 1010000 10111100 10111011 111001 0 1 11010 10110011 101101 110101

Color Harmonies of #50BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BCBB

Black with #50BCBB

Text Example


Text Example

White with #50BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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