Html Css Color HEX #1B5249 Deep Teal

📋 copy color: '#1B5249'

red 27 ◦ green 82 ◦ blue 73

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

Shades of Deep Teal #1B5249

Tints of Deep Teal #1B5249

RGB

 RED value IS 27 (10.94% from 255) = 14.84%

 GREEN value IS 82 (32.42% from 255) = 45.05%

 BLUE value IS 73 (28.91% from 255) = 40.11%

R = 14.84%
G = 45.05%
B = 40.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#1B5249 (or 0x1B5249) is known color: Deep Teal. HEX triplet: 1B, 52 and 49. RGB value is (27,82,73). Sum of RGB (Red+Green+Blue) = 27+82+73=182 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.84% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #1B5249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5249 is #E4ADB6. Grayscale: #404040. Windows color (decimal): -14986679 or 4805147. OLE color: 4805147.

HSL color Cylindrical-coordinate representation of color #1B5249: hue angle of 170.18º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B5249 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 27 82 73 -
CMYK 0.67 0 0.11 0.68
HSL 170.18º 0.5% 0.21% -
HSV(B) 170.18º 0.67% 0.32% -
XYZ 4.67 6.75 7.36 -
YUV 64.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 27 82 73 0.67 0 0.11 0.68 170.18 0.5 0.21
Hex 1B 52 49 43 0 B 44 AA 32 15
Octal 33 122 111 103 0 13 104 252 62 25
Binary 11011 1010010 1001001 1000011 0 1011 1000100 10101010 110010 10101

Color Harmonies of #1B5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5249

Black with #1B5249

Text Example


Text Example

White with #1B5249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B5249; }

 p { color: rgb(27,82,73); }

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

background-color css

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

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

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

border-color css

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

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

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