#1C423B

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

Shades of Deep Teal #1C423B

Tints of Deep Teal #1C423B

Color information

#1C423B (or 0x1C423B) is unknown color: approx Deep Teal. HEX triplet: 1C, 42 and 3B. RGB value is (28,66,59). Sum of RGB (Red+Green+Blue) = 28+66+59=153 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.30% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #1C423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C423B is #E3BDC4. Grayscale: #353535. Windows color (decimal): -14925253 or 3883548. OLE color: 3883548.

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

Color convert

RGB286659-
CMYK0.5800.110.74
HSL168.95º40.43%18.43%-
HSV(B)168.95º57.58%25.88%-
XYZ3.224.464.83-
YUV53.84130.91109.57-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.30%
GREEN value IS 66 (26.17% from 255) = 43.14%
BLUE value IS 59 (23.44% from 255) = 38.56%
R=18.30%
G=43.14%
B=38.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2866590.5800.110.74168.9540.4318.43
Hex1C423B3A0B4Aa92812
Octal3410273720131122515022
Binary1110010000101110111110100101110010101010100110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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