Html Css Color HEX #18483E Deep Teal

📋 copy color: '#18483E'

red 24 ◦ green 72 ◦ blue 62

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

Shades of Deep Teal #18483E

Tints of Deep Teal #18483E

RGB

 RED value IS 24 (9.77% from 255) = 15.19%

 GREEN value IS 72 (28.52% from 255) = 45.57%

 BLUE value IS 62 (24.61% from 255) = 39.24%

R = 15.19%
G = 45.57%
B = 39.24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#18483E (or 0x18483E) is known color: Deep Teal. HEX triplet: 18, 48 and 3E. RGB value is (24,72,62). Sum of RGB (Red+Green+Blue) = 24+72+62=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #18483E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18483E is #E7B7C1. Grayscale: #383838. Windows color (decimal): -15185858 or 4081688. OLE color: 4081688.

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

Color convert

RGB 24 72 62 -
CMYK 0.67 0 0.14 0.72
HSL 167.5º 0.5% 0.19% -
HSV(B) 167.5º 0.67% 0.28% -
XYZ 3.56 5.18 5.37 -
YUV 56.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 24 72 62 0.67 0 0.14 0.72 167.5 0.5 0.19
Hex 18 48 3E 43 0 E 48 A8 32 13
Octal 30 110 76 103 0 16 110 250 62 23
Binary 11000 1001000 111110 1000011 0 1110 1001000 10101000 110010 10011

Color Harmonies of #18483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18483E

Black with #18483E

Text Example


Text Example

White with #18483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18483E;
 }
 .AnyTagClassName
 {
   color: #18483E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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