#1C433E

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

Shades of Deep Teal #1C433E

Tints of Deep Teal #1C433E

Color information

#1C433E (or 0x1C433E) is unknown color: approx Deep Teal. HEX triplet: 1C, 43 and 3E. RGB value is (28,67,62). Sum of RGB (Red+Green+Blue) = 28+67+62=157 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.83% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 67 - color contains mainly: green. Hex color #1C433E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C433E is #E3BCC1. Grayscale: #363636. Windows color (decimal): -14924994 or 4080412. OLE color: 4080412.

HSL color Cylindrical-coordinate representation of color #1C433E: hue angle of 172.31º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C433E is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.74.

Color convert

RGB286762-
CMYK0.5800.070.74
HSL172.31º41.05%18.63%-
HSV(B)172.31º58.21%26.27%-
XYZ3.364.615.27-
YUV54.77132.08108.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.83%
GREEN value IS 67 (26.56% from 255) = 42.68%
BLUE value IS 62 (24.61% from 255) = 39.49%
R=17.83%
G=42.68%
B=39.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2867620.5800.070.74172.3141.0518.63
Hex1C433E3A074Aac2913
Octal341037672071122545123
Binary111001000011111110111010011110010101010110010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,67,62); }

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

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

 a { background-color: rgb(28,67,62); }

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

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

 span { border-color: rgb(28,67,62); }

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