Html Css Color HEX #50ACBA Viking

📋 copy color: '#50ACBA'

red 80 ◦ green 172 ◦ blue 186

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

Shades of Viking #50ACBA

Tints of Viking #50ACBA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.27%

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 18.26%
G = 39.27%
B = 42.47%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#50ACBA (or 0x50ACBA) is known color: Viking. HEX triplet: 50, AC and BA. RGB value is (80,172,186). Sum of RGB (Red+Green+Blue) = 80+172+186=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #50ACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACBA is #AF5345. Grayscale: #919191. Windows color (decimal): -11490118 or 12233808. OLE color: 12233808.

HSL color Cylindrical-coordinate representation of color #50ACBA: hue angle of 187.92º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50ACBA is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 172 186 -
CMYK 0.57 0.08 0 0.27
HSL 187.92º 0.43% 0.52% -
HSV(B) 187.92º 0.57% 0.73% -
XYZ 26.92 34.76 51.74 -
YUV 146.09 150.52 80.86 -
System Red Green Blue C M Y K H S L
Decimal 80 172 186 0.57 0.08 0 0.27 187.92 0.43 0.52
Hex 50 AC BA 39 8 0 1B BC 2B 34
Octal 120 254 272 71 10 0 33 274 53 64
Binary 1010000 10101100 10111010 111001 1000 0 11011 10111100 101011 110100

Color Harmonies of #50ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACBA

Black with #50ACBA

Text Example


Text Example

White with #50ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,172,186); }

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

background-color css

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

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

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

border-color css

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

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

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