#1C4741

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

Shades of Deep Teal #1C4741

Tints of Deep Teal #1C4741

Color information

#1C4741 (or 0x1C4741) is unknown color: approx Deep Teal. HEX triplet: 1C, 47 and 41. RGB value is (28,71,65). Sum of RGB (Red+Green+Blue) = 28+71+65=164 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.07% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 71 - color contains mainly: green. Hex color #1C4741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4741 is #E3B8BE. Grayscale: #393939. Windows color (decimal): -14923967 or 4278044. OLE color: 4278044.

HSL color Cylindrical-coordinate representation of color #1C4741: hue angle of 171.63º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C4741 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB287165-
CMYK0.6100.080.72
HSL171.63º43.43%19.41%-
HSV(B)171.63º60.56%27.84%-
XYZ3.695.145.8-
YUV57.46132.25106.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.07%
GREEN value IS 71 (28.12% from 255) = 43.29%
BLUE value IS 65 (25.78% from 255) = 39.63%
R=17.07%
G=43.29%
B=39.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2871650.6100.080.72171.6343.4319.41
Hex1C47413D0848ac2b13
Octal34107101750101102545323
Binary11100100011110000011111010100010010001010110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,71,65); }

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

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

 a { background-color: rgb(28,71,65); }

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

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

 span { border-color: rgb(28,71,65); }

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