Html Css Color HEX #49BCBC Viking

📋 copy color: '#49BCBC'

red 73 ◦ green 188 ◦ blue 188

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

Shades of Viking #49BCBC

Tints of Viking #49BCBC

RGB

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

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

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

R = 16.26%
G = 41.87%
B = 41.87%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#49BCBC (or 0x49BCBC) is known color: Viking. HEX triplet: 49, BC and BC. RGB value is (73,188,188). Sum of RGB (Red+Green+Blue) = 73+188+188=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #49BCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCBC is #B64343. Grayscale: #999999. Windows color (decimal): -11944772 or 12368969. OLE color: 12368969.

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

Color convert

RGB 73 188 188 -
CMYK 0.61 0 0 0.26
HSL 180º 0.46% 0.51% -
HSV(B) 180º 0.61% 0.74% -
XYZ 29.81 41.01 53.92 -
YUV 153.62 147.4 70.5 -
System Red Green Blue C M Y K H S L
Decimal 73 188 188 0.61 0 0 0.26 180 0.46 0.51
Hex 49 BC BC 3D 0 0 1A B4 2E 33
Octal 111 274 274 75 0 0 32 264 56 63
Binary 1001001 10111100 10111100 111101 0 0 11010 10110100 101110 110011

Color Harmonies of #49BCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BCBC

Black with #49BCBC

Text Example


Text Example

White with #49BCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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