Html Css Color HEX #50ACBB Viking

📋 copy color: '#50ACBB'

red 80 ◦ green 172 ◦ blue 187

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

Shades of Viking #50ACBB

Tints of Viking #50ACBB

RGB

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

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

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

R = 18.22%
G = 39.18%
B = 42.6%

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

#50ACBB (or 0x50ACBB) is known color: Viking. HEX triplet: 50, AC and BB. RGB value is (80,172,187). Sum of RGB (Red+Green+Blue) = 80+172+187=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #50ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACBB is #AF5344. Grayscale: #929292. Windows color (decimal): -11490117 or 12299344. OLE color: 12299344.

HSL color Cylindrical-coordinate representation of color #50ACBB: hue angle of 188.41º degrees, saturation: 0.44, 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 #50ACBB is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 172 187 -
CMYK 0.57 0.08 0 0.27
HSL 188.41º 0.44% 0.52% -
HSV(B) 188.41º 0.57% 0.73% -
XYZ 27.03 34.8 52.31 -
YUV 146.2 151.02 80.78 -
System Red Green Blue C M Y K H S L
Decimal 80 172 187 0.57 0.08 0 0.27 188.41 0.44 0.52
Hex 50 AC BB 39 8 0 1B BC 2C 34
Octal 120 254 273 71 10 0 33 274 54 64
Binary 1010000 10101100 10111011 111001 1000 0 11011 10111100 101100 110100

Color Harmonies of #50ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACBB

Black with #50ACBB

Text Example


Text Example

White with #50ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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