#18483C

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

Shades of Deep Teal #18483C

Tints of Deep Teal #18483C

Color information

#18483C (or 0x18483C) is unknown color: approx Deep Teal. HEX triplet: 18, 48 and 3C. RGB value is (24,72,60). Sum of RGB (Red+Green+Blue) = 24+72+60=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #18483C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18483C is #E7B7C3. Grayscale: #383838. Windows color (decimal): -15185860 or 3950616. OLE color: 3950616.

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

Color convert

RGB247260-
CMYK0.6700.170.72
HSL165º50%18.82%-
HSV(B)165º66.67%28.24%-
XYZ3.515.165.09-
YUV56.28130.1104.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.38%
GREEN value IS 72 (28.52% from 255) = 46.15%
BLUE value IS 60 (23.83% from 255) = 38.46%
R=15.38%
G=46.15%
B=38.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2472600.6700.170.721655018.82
Hex18483C4301148a53213
Octal30110741030211102456223
Binary110001001000111100100001101000110010001010010111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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