#18483B

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

Shades of Deep Teal #18483B

Tints of Deep Teal #18483B

Color information

#18483B (or 0x18483B) is unknown color: approx Deep Teal. HEX triplet: 18, 48 and 3B. RGB value is (24,72,59). Sum of RGB (Red+Green+Blue) = 24+72+59=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #18483B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18483B is #E7B7C4. Grayscale: #383838. Windows color (decimal): -15185861 or 3885080. OLE color: 3885080.

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

Color convert

RGB247259-
CMYK0.6700.180.72
HSL163.75º50%18.82%-
HSV(B)163.75º66.67%28.24%-
XYZ3.485.144.95-
YUV56.17129.6105.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 72 (28.52% from 255) = 46.45%
BLUE value IS 59 (23.44% from 255) = 38.06%
R=15.48%
G=46.45%
B=38.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2472590.6700.180.72163.755018.82
Hex18483B4301248a43213
Octal30110731030221102446223
Binary110001001000111011100001101001010010001010010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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