Html Css Color HEX #294953 Teal Blue

📋 copy color: '#294953'

red 41 ◦ green 73 ◦ blue 83

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

Shades of Teal Blue #294953

Tints of Teal Blue #294953

RGB

 RED value IS 41 (16.41% from 255) = 20.81%

 GREEN value IS 73 (28.91% from 255) = 37.06%

 BLUE value IS 83 (32.81% from 255) = 42.13%

R = 20.81%
G = 37.06%
B = 42.13%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#294953 (or 0x294953) is known color: Teal Blue. HEX triplet: 29, 49 and 53. RGB value is (41,73,83). Sum of RGB (Red+Green+Blue) = 41+73+83=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #294953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294953 is #D6B6AC. Grayscale: #404040. Windows color (decimal): -14071469 or 5458217. OLE color: 5458217.

HSL color Cylindrical-coordinate representation of color #294953: hue angle of 194.29º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #294953 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 73 83 -
CMYK 0.51 0.12 0 0.67
HSL 194.29º 0.34% 0.24% -
HSV(B) 194.29º 0.51% 0.33% -
XYZ 4.86 5.86 9.06 -
YUV 64.57 138.4 111.19 -
System Red Green Blue C M Y K H S L
Decimal 41 73 83 0.51 0.12 0 0.67 194.29 0.34 0.24
Hex 29 49 53 33 C 0 43 C2 22 18
Octal 51 111 123 63 14 0 103 302 42 30
Binary 101001 1001001 1010011 110011 1100 0 1000011 11000010 100010 11000

Color Harmonies of #294953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294953

Black with #294953

Text Example


Text Example

White with #294953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294953; }

 p { color: rgb(41,73,83); }

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

background-color css

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

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

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

border-color css

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

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

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