#1B3F3A

Color #1B3F3A Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #1B3F3A

Tints of Deep Teal #1B3F3A

Color information

#1B3F3A (or 0x1B3F3A) is unknown color: approx Deep Teal. HEX triplet: 1B, 3F and 3A. RGB value is (27,63,58). Sum of RGB (Red+Green+Blue) = 27+63+58=148 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.24% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 63 - color contains mainly: green. Hex color #1B3F3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3F3A is #E4C0C5. Grayscale: #333333. Windows color (decimal): -14991558 or 3817243. OLE color: 3817243.

HSL color Cylindrical-coordinate representation of color #1B3F3A: hue angle of 171.67º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1B3F3A is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB276358-
CMYK0.5700.080.75
HSL171.67º40%17.65%-
HSV(B)171.67º57.14%24.71%-
XYZ2.994.094.64-
YUV51.67131.57110.41-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.24%
GREEN value IS 63 (25% from 255) = 42.57%
BLUE value IS 58 (23.05% from 255) = 39.19%
R=18.24%
G=42.57%
B=39.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2763580.5700.080.75171.674017.65
Hex1B3F3A39084Bac2812
Octal337772710101132545022
Binary110111111111110101110010100010010111010110010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,63,58); }

 H1.HeaderClassName
 {
   color: #1B3F3A;
 }
 .AnyTagClassName
 {
   color: #1B3F3A;
 }
</style>
background-color css

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

 a { background-color: rgb(27,63,58); }

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

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

 span { border-color: rgb(27,63,58); }

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