#1C433C

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

Shades of Deep Teal #1C433C

Tints of Deep Teal #1C433C

Color information

#1C433C (or 0x1C433C) is unknown color: approx Deep Teal. HEX triplet: 1C, 43 and 3C. RGB value is (28,67,60). Sum of RGB (Red+Green+Blue) = 28+67+60=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 67 - color contains mainly: green. Hex color #1C433C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C433C is #E3BCC3. Grayscale: #363636. Windows color (decimal): -14924996 or 3949340. OLE color: 3949340.

HSL color Cylindrical-coordinate representation of color #1C433C: hue angle of 169.23º 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 #1C433C is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB286760-
CMYK0.5800.100.74
HSL169.23º41.05%18.63%-
HSV(B)169.23º58.21%26.27%-
XYZ3.34.594.99-
YUV54.54131.08109.07-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.06%
GREEN value IS 67 (26.56% from 255) = 43.23%
BLUE value IS 60 (23.83% from 255) = 38.71%
R=18.06%
G=43.23%
B=38.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2867600.5800.100.74169.2341.0518.63
Hex1C433C3A0A4Aa92913
Octal3410374720121122515123
Binary1110010000111111001110100101010010101010100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C433C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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