#18483D

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

Shades of Deep Teal #18483D

Tints of Deep Teal #18483D

Color information

#18483D (or 0x18483D) is unknown color: approx Deep Teal. HEX triplet: 18, 48 and 3D. RGB value is (24,72,61). Sum of RGB (Red+Green+Blue) = 24+72+61=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #18483D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18483D is #E7B7C2. Grayscale: #383838. Windows color (decimal): -15185859 or 4016152. OLE color: 4016152.

HSL color Cylindrical-coordinate representation of color #18483D: hue angle of 166.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18483D is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB247261-
CMYK0.6700.150.72
HSL166.25º50%18.82%-
HSV(B)166.25º66.67%28.24%-
XYZ3.545.175.23-
YUV56.39130.6104.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 72 (28.52% from 255) = 45.86%
BLUE value IS 61 (24.22% from 255) = 38.85%
R=15.29%
G=45.86%
B=38.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2472610.6700.150.72166.255018.82
Hex18483D430F48a63213
Octal30110751030171102466223
Binary11000100100011110110000110111110010001010011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18483D; }

 p { color: rgb(24,72,61); }

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

<style>
 a { background-color: #18483D; }

 a { background-color: rgb(24,72,61); }

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

<style>
 span { border-color: #18483D; }

 span { border-color: rgb(24,72,61); }

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