Html Css Color HEX #18483D Deep Teal

📋 copy color: '#18483D'

red 24 ◦ green 72 ◦ blue 61

#18483D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #18483D

Tints of Deep Teal #18483D

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 value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#18483D (or 0x18483D) is known color: 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

RGB 24 72 61 -
CMYK 0.67 0 0.15 0.72
HSL 166.25º 0.5% 0.19% -
HSV(B) 166.25º 0.67% 0.28% -
XYZ 3.54 5.17 5.23 -
YUV 56.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 24 72 61 0.67 0 0.15 0.72 166.25 0.5 0.19
Hex 18 48 3D 43 0 F 48 A6 32 13
Octal 30 110 75 103 0 17 110 246 62 23
Binary 11000 1001000 111101 1000011 0 1111 1001000 10100110 110010 10011

Color Harmonies of #18483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18483D

Black with #18483D

Text Example


Text Example

White with #18483D

Text Example


Text Example

HTML Codes & Css Web 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>