Html Css Color HEX #50BCB8 Viking

📋 copy color: '#50BCB8'

red 80 ◦ green 188 ◦ blue 184

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

Shades of Viking #50BCB8

Tints of Viking #50BCB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.71%

R = 17.7%
G = 41.59%
B = 40.71%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#50BCB8 (or 0x50BCB8) is known color: Viking. HEX triplet: 50, BC and B8. RGB value is (80,188,184). Sum of RGB (Red+Green+Blue) = 80+188+184=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 184 (72.27% from 255 or 40.71% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #50BCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BCB8 is #AF4347. Grayscale: #9B9B9B. Windows color (decimal): -11486024 or 12106832. OLE color: 12106832.

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

Color convert

RGB 80 188 184 -
CMYK 0.57 0 0.02 0.26
HSL 177.78º 0.45% 0.53% -
HSV(B) 177.78º 0.57% 0.74% -
XYZ 29.94 41.13 51.71 -
YUV 155.25 144.22 74.33 -
System Red Green Blue C M Y K H S L
Decimal 80 188 184 0.57 0 0.02 0.26 177.78 0.45 0.53
Hex 50 BC B8 39 0 2 1A B2 2D 35
Octal 120 274 270 71 0 2 32 262 55 65
Binary 1010000 10111100 10111000 111001 0 10 11010 10110010 101101 110101

Color Harmonies of #50BCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BCB8

Black with #50BCB8

Text Example


Text Example

White with #50BCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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