Html Css Color HEX #294853 Teal Blue

📋 copy color: '#294853'

red 41 ◦ green 72 ◦ blue 83

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

Shades of Teal Blue #294853

Tints of Teal Blue #294853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.73%

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

R = 20.92%
G = 36.73%
B = 42.35%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#294853 (or 0x294853) is known color: Teal Blue. HEX triplet: 29, 48 and 53. RGB value is (41,72,83). Sum of RGB (Red+Green+Blue) = 41+72+83=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #294853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294853 is #D6B7AC. Grayscale: #3F3F3F. Windows color (decimal): -14071725 or 5457961. OLE color: 5457961.

HSL color Cylindrical-coordinate representation of color #294853: hue angle of 195.71º 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 #294853 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 72 83 -
CMYK 0.51 0.13 0 0.67
HSL 195.71º 0.34% 0.24% -
HSV(B) 195.71º 0.51% 0.33% -
XYZ 4.79 5.73 9.04 -
YUV 63.99 138.73 111.61 -
System Red Green Blue C M Y K H S L
Decimal 41 72 83 0.51 0.13 0 0.67 195.71 0.34 0.24
Hex 29 48 53 33 D 0 43 C4 22 18
Octal 51 110 123 63 15 0 103 304 42 30
Binary 101001 1001000 1010011 110011 1101 0 1000011 11000100 100010 11000

Color Harmonies of #294853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294853

Black with #294853

Text Example


Text Example

White with #294853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294853; }

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

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

background-color css

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

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

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

border-color css

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

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

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