#18483F

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

Shades of Deep Teal #18483F

Tints of Deep Teal #18483F

Color information

#18483F (or 0x18483F) is unknown color: approx Deep Teal. HEX triplet: 18, 48 and 3F. RGB value is (24,72,63). Sum of RGB (Red+Green+Blue) = 24+72+63=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #18483F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18483F is #E7B7C0. Grayscale: #383838. Windows color (decimal): -15185857 or 4147224. OLE color: 4147224.

HSL color Cylindrical-coordinate representation of color #18483F: hue angle of 168.75º 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 #18483F is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB247263-
CMYK0.6700.120.72
HSL168.75º50%18.82%-
HSV(B)168.75º66.67%28.24%-
XYZ3.595.195.51-
YUV56.62131.6104.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.09%
GREEN value IS 72 (28.52% from 255) = 45.28%
BLUE value IS 63 (25% from 255) = 39.62%
R=15.09%
G=45.28%
B=39.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2472630.6700.120.72168.755018.82
Hex18483F430C48a93213
Octal30110771030141102516223
Binary11000100100011111110000110110010010001010100111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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