Html Css Color HEX #50BDBD Viking

📋 copy color: '#50BDBD'

red 80 ◦ green 189 ◦ blue 189

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

Shades of Viking #50BDBD

Tints of Viking #50BDBD

RGB

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

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

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

R = 17.47%
G = 41.27%
B = 41.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#50BDBD (or 0x50BDBD) is known color: Viking. HEX triplet: 50, BD and BD. RGB value is (80,189,189). Sum of RGB (Red+Green+Blue) = 80+189+189=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #50BDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BDBD is #AF4242. Grayscale: #9C9C9C. Windows color (decimal): -11485763 or 12434768. OLE color: 12434768.

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

Color convert

RGB 80 189 189 -
CMYK 0.58 0 0 0.26
HSL 180º 0.45% 0.53% -
HSV(B) 180º 0.58% 0.74% -
XYZ 30.69 41.77 54.59 -
YUV 156.41 146.39 73.5 -
System Red Green Blue C M Y K H S L
Decimal 80 189 189 0.58 0 0 0.26 180 0.45 0.53
Hex 50 BD BD 3A 0 0 1A B4 2D 35
Octal 120 275 275 72 0 0 32 264 55 65
Binary 1010000 10111101 10111101 111010 0 0 11010 10110100 101101 110101

Color Harmonies of #50BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BDBD

Black with #50BDBD

Text Example


Text Example

White with #50BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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