#49F6F3

Color #49F6F3 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #49F6F3

Tints of Baby Blue #49F6F3

Color information

#49F6F3 (or 0x49F6F3) is unknown color: approx Baby Blue. HEX triplet: 49, F6 and F3. RGB value is (73,246,243). Sum of RGB (Red+Green+Blue) = 73+246+243=562 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.99% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #49F6F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49F6F3 is #B6090C. Grayscale: #C1C1C1. Windows color (decimal): -11929869 or 15988297. OLE color: 15988297.

HSL color Cylindrical-coordinate representation of color #49F6F3: hue angle of 178.96º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F6F3 is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB73246243-
CMYK0.7000.010.04
HSL178.96º90.58%62.55%-
HSV(B)178.96º70.33%96.47%-
XYZ51.8873.896.3-
YUV193.93155.6941.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 12.99%
GREEN value IS 246 (96.48% from 255) = 43.77%
BLUE value IS 243 (95.31% from 255) = 43.24%
R=12.99%
G=43.77%
B=43.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal732462430.7000.010.04178.9690.5862.55
Hex49F6F346014b35b3f
Octal11136636310601426313377
Binary10010011111011011110011100011001100101100111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,246,243); }

 H1.HeaderClassName
 {
   color: #49F6F3;
 }
 .AnyTagClassName
 {
   color: #49F6F3;
 }
</style>
background-color css

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

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

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

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

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

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