Html Css Color HEX #1B5247 Deep Teal

📋 copy color: '#1B5247'

red 27 ◦ green 82 ◦ blue 71

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

Shades of Deep Teal #1B5247

Tints of Deep Teal #1B5247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 39.44%

R = 15%
G = 45.56%
B = 39.44%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.68

RGB Variations

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

Color information

#1B5247 (or 0x1B5247) is known color: Deep Teal. HEX triplet: 1B, 52 and 47. RGB value is (27,82,71). Sum of RGB (Red+Green+Blue) = 27+82+71=180 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #1B5247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5247 is #E4ADB8. Grayscale: #404040. Windows color (decimal): -14986681 or 4674075. OLE color: 4674075.

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

Color convert

RGB 27 82 71 -
CMYK 0.67 0 0.13 0.68
HSL 168º 0.5% 0.21% -
HSV(B) 168º 0.67% 0.32% -
XYZ 4.61 6.72 7.02 -
YUV 64.3 131.78 101.39 -
System Red Green Blue C M Y K H S L
Decimal 27 82 71 0.67 0 0.13 0.68 168 0.5 0.21
Hex 1B 52 47 43 0 D 44 A8 32 15
Octal 33 122 107 103 0 15 104 250 62 25
Binary 11011 1010010 1000111 1000011 0 1101 1000100 10101000 110010 10101

Color Harmonies of #1B5247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5247

Black with #1B5247

Text Example


Text Example

White with #1B5247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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