Html Css Color HEX #49BCBB Viking

📋 copy color: '#49BCBB'

red 73 ◦ green 188 ◦ blue 187

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

Shades of Viking #49BCBB

Tints of Viking #49BCBB

RGB

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

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

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

R = 16.29%
G = 41.96%
B = 41.74%

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

#49BCBB (or 0x49BCBB) is known color: Viking. HEX triplet: 49, BC and BB. RGB value is (73,188,187). Sum of RGB (Red+Green+Blue) = 73+188+187=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #49BCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCBB is #B64344. Grayscale: #999999. Windows color (decimal): -11944773 or 12303433. OLE color: 12303433.

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

Color convert

RGB 73 188 187 -
CMYK 0.61 0 0.01 0.26
HSL 179.48º 0.46% 0.51% -
HSV(B) 179.48º 0.61% 0.74% -
XYZ 29.7 40.97 53.36 -
YUV 153.5 146.9 70.58 -
System Red Green Blue C M Y K H S L
Decimal 73 188 187 0.61 0 0.01 0.26 179.48 0.46 0.51
Hex 49 BC BB 3D 0 1 1A B3 2E 33
Octal 111 274 273 75 0 1 32 263 56 63
Binary 1001001 10111100 10111011 111101 0 1 11010 10110011 101110 110011

Color Harmonies of #49BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BCBB

Black with #49BCBB

Text Example


Text Example

White with #49BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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