Html Css Color HEX #49BCBA Viking

📋 copy color: '#49BCBA'

red 73 ◦ green 188 ◦ blue 186

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

Shades of Viking #49BCBA

Tints of Viking #49BCBA

RGB

 RED value IS 73 (28.91% from 255) = 16.33%

 GREEN value IS 188 (73.83% from 255) = 42.06%

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

R = 16.33%
G = 42.06%
B = 41.61%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#49BCBA (or 0x49BCBA) is known color: Viking. HEX triplet: 49, BC and BA. RGB value is (73,188,186). Sum of RGB (Red+Green+Blue) = 73+188+186=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #49BCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCBA is #B64345. Grayscale: #999999. Windows color (decimal): -11944774 or 12237897. OLE color: 12237897.

HSL color Cylindrical-coordinate representation of color #49BCBA: hue angle of 178.96º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BCBA is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 188 186 -
CMYK 0.61 0 0.01 0.26
HSL 178.96º 0.46% 0.51% -
HSV(B) 178.96º 0.61% 0.74% -
XYZ 29.59 40.93 52.79 -
YUV 153.39 146.4 70.66 -
System Red Green Blue C M Y K H S L
Decimal 73 188 186 0.61 0 0.01 0.26 178.96 0.46 0.51
Hex 49 BC BA 3D 0 1 1A B3 2E 33
Octal 111 274 272 75 0 1 32 263 56 63
Binary 1001001 10111100 10111010 111101 0 1 11010 10110011 101110 110011

Color Harmonies of #49BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BCBA

Black with #49BCBA

Text Example


Text Example

White with #49BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49BCBA; }

 p { color: rgb(73,188,186); }

 H1.HeaderClassName
 {
   color: #49BCBA;
 }
 .AnyTagClassName
 {
   color: #49BCBA;
 }
</style>

background-color css

<style>
 a { background-color: #49BCBA; }

 a { background-color: rgb(73,188,186); }

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

border-color css

<style>
 span { border-color: #49BCBA; }

 span { border-color: rgb(73,188,186); }

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