#1C423E

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

Shades of Deep Teal #1C423E

Tints of Deep Teal #1C423E

Color information

#1C423E (or 0x1C423E) is unknown color: approx Deep Teal. HEX triplet: 1C, 42 and 3E. RGB value is (28,66,62). Sum of RGB (Red+Green+Blue) = 28+66+62=156 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.95% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #1C423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C423E is #E3BDC1. Grayscale: #363636. Windows color (decimal): -14925250 or 4080156. OLE color: 4080156.

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

Color convert

RGB286662-
CMYK0.5800.060.74
HSL173.68º40.43%18.43%-
HSV(B)173.68º57.58%25.88%-
XYZ3.34.495.25-
YUV54.18132.41109.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.95%
GREEN value IS 66 (26.17% from 255) = 42.31%
BLUE value IS 62 (24.61% from 255) = 39.74%
R=17.95%
G=42.31%
B=39.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2866620.5800.060.74173.6840.4318.43
Hex1C423E3A064Aae2812
Octal341027672061122565022
Binary111001000010111110111010011010010101010111010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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