Html Css Color HEX #295158 Teal Blue

📋 copy color: '#295158'

red 41 ◦ green 81 ◦ blue 88

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

Shades of Teal Blue #295158

Tints of Teal Blue #295158

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.57%

 BLUE value IS 88 (34.77% from 255) = 41.9%

R = 19.52%
G = 38.57%
B = 41.9%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#295158 (or 0x295158) is known color: Teal Blue. HEX triplet: 29, 51 and 58. RGB value is (41,81,88). Sum of RGB (Red+Green+Blue) = 41+81+88=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #295158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295158 is #D6AEA7. Grayscale: #454545. Windows color (decimal): -14069416 or 5787945. OLE color: 5787945.

HSL color Cylindrical-coordinate representation of color #295158: hue angle of 188.94º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #295158 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 81 88 -
CMYK 0.53 0.08 0 0.65
HSL 188.94º 0.36% 0.25% -
HSV(B) 188.94º 0.53% 0.35% -
XYZ 5.62 7.06 10.3 -
YUV 69.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 41 81 88 0.53 0.08 0 0.65 188.94 0.36 0.25
Hex 29 51 58 35 8 0 41 BD 24 19
Octal 51 121 130 65 10 0 101 275 44 31
Binary 101001 1010001 1011000 110101 1000 0 1000001 10111101 100100 11001

Color Harmonies of #295158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295158

Black with #295158

Text Example


Text Example

White with #295158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295158; }

 p { color: rgb(41,81,88); }

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

background-color css

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

 a { background-color: rgb(41,81,88); }

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

border-color css

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

 span { border-color: rgb(41,81,88); }

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