#18423A

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

Shades of Deep Teal #18423A

Tints of Deep Teal #18423A

Color information

#18423A (or 0x18423A) is unknown color: approx Deep Teal. HEX triplet: 18, 42 and 3A. RGB value is (24,66,58). Sum of RGB (Red+Green+Blue) = 24+66+58=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #18423A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18423A is #E7BDC5. Grayscale: #343434. Windows color (decimal): -15187398 or 3818008. OLE color: 3818008.

HSL color Cylindrical-coordinate representation of color #18423A: hue angle of 168.57º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #18423A is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB246658-
CMYK0.6400.120.74
HSL168.57º46.67%17.65%-
HSV(B)168.57º63.64%25.88%-
XYZ3.094.44.69-
YUV52.53131.09107.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.22%
GREEN value IS 66 (26.17% from 255) = 44.59%
BLUE value IS 58 (23.05% from 255) = 39.19%
R=16.22%
G=44.59%
B=39.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2466580.6400.120.74168.5746.6717.65
Hex18423A400C4Aa92f12
Octal30102721000141122515722
Binary11000100001011101010000000110010010101010100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18423A; }

 p { color: rgb(24,66,58); }

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

<style>
 a { background-color: #18423A; }

 a { background-color: rgb(24,66,58); }

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

<style>
 span { border-color: #18423A; }

 span { border-color: rgb(24,66,58); }

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