Html Css Color HEX #50BBBC Viking

📋 copy color: '#50BBBC'

red 80 ◦ green 187 ◦ blue 188

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

Shades of Viking #50BBBC

Tints of Viking #50BBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.1%

 BLUE value IS 188 (73.83% from 255) = 41.32%

R = 17.58%
G = 41.1%
B = 41.32%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#50BBBC (or 0x50BBBC) is known color: Viking. HEX triplet: 50, BB and BC. RGB value is (80,187,188). Sum of RGB (Red+Green+Blue) = 80+187+188=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #50BBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BBBC is #AF4443. Grayscale: #9B9B9B. Windows color (decimal): -11486276 or 12368720. OLE color: 12368720.

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

Color convert

RGB 80 187 188 -
CMYK 0.57 0.01 0 0.26
HSL 180.56º 0.45% 0.53% -
HSV(B) 180.56º 0.57% 0.74% -
XYZ 30.16 40.88 53.88 -
YUV 155.12 146.55 74.42 -
System Red Green Blue C M Y K H S L
Decimal 80 187 188 0.57 0.01 0 0.26 180.56 0.45 0.53
Hex 50 BB BC 39 1 0 1A B5 2D 35
Octal 120 273 274 71 1 0 32 265 55 65
Binary 1010000 10111011 10111100 111001 1 0 11010 10110101 101101 110101

Color Harmonies of #50BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BBBC

Black with #50BBBC

Text Example


Text Example

White with #50BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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