Html Css Color HEX #50C0CC Viking

📋 copy color: '#50C0CC'

red 80 ◦ green 192 ◦ blue 204

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

Shades of Viking #50C0CC

Tints of Viking #50C0CC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.34%

 BLUE value IS 204 (80.08% from 255) = 42.86%

R = 16.81%
G = 40.34%
B = 42.86%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#50C0CC (or 0x50C0CC) is known color: Viking. HEX triplet: 50, C0 and CC. RGB value is (80,192,204). Sum of RGB (Red+Green+Blue) = 80+192+204=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #50C0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C0CC is #AF3F33. Grayscale: #9F9F9F. Windows color (decimal): -11484980 or 13418576. OLE color: 13418576.

HSL color Cylindrical-coordinate representation of color #50C0CC: hue angle of 185.81º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50C0CC is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 192 204 -
CMYK 0.61 0.06 0 0.2
HSL 185.81º 0.55% 0.56% -
HSV(B) 185.81º 0.61% 0.8% -
XYZ 33.06 43.76 63.83 -
YUV 159.88 152.89 71.02 -
System Red Green Blue C M Y K H S L
Decimal 80 192 204 0.61 0.06 0 0.2 185.81 0.55 0.56
Hex 50 C0 CC 3D 6 0 14 BA 37 38
Octal 120 300 314 75 6 0 24 272 67 70
Binary 1010000 11000000 11001100 111101 110 0 10100 10111010 110111 111000

Color Harmonies of #50C0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C0CC

Black with #50C0CC

Text Example


Text Example

White with #50C0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,192,204); }

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

background-color css

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

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

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

border-color css

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

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

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