#18433F

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

Shades of Deep Teal #18433F

Tints of Deep Teal #18433F

Color information

#18433F (or 0x18433F) is unknown color: approx Deep Teal. HEX triplet: 18, 43 and 3F. RGB value is (24,67,63). Sum of RGB (Red+Green+Blue) = 24+67+63=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 67 - color contains mainly: green. Hex color #18433F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18433F is #E7BCC0. Grayscale: #353535. Windows color (decimal): -15187137 or 4145944. OLE color: 4145944.

HSL color Cylindrical-coordinate representation of color #18433F: hue angle of 174.42º 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 #18433F is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB246763-
CMYK0.6400.060.74
HSL174.42º47.25%17.84%-
HSV(B)174.42º64.18%26.27%-
XYZ3.284.575.41-
YUV53.69133.25106.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 67 (26.56% from 255) = 43.51%
BLUE value IS 63 (25% from 255) = 40.91%
R=15.58%
G=43.51%
B=40.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2467630.6400.060.74174.4247.2517.84
Hex18433F40064Aae2f12
Octal3010377100061122565722
Binary1100010000111111111000000011010010101010111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18433F; }

 p { color: rgb(24,67,63); }

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

<style>
 a { background-color: #18433F; }

 a { background-color: rgb(24,67,63); }

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

<style>
 span { border-color: #18433F; }

 span { border-color: rgb(24,67,63); }

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