Html Css Color HEX #18413A Deep Teal

📋 copy color: '#18413A'

red 24 ◦ green 65 ◦ blue 58

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

Shades of Deep Teal #18413A

Tints of Deep Teal #18413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.22%

 BLUE value IS 58 (23.05% from 255) = 39.46%

R = 16.33%
G = 44.22%
B = 39.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#18413A (or 0x18413A) is known color: Deep Teal. HEX triplet: 18, 41 and 3A. RGB value is (24,65,58). Sum of RGB (Red+Green+Blue) = 24+65+58=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #18413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18413A is #E7BEC5. Grayscale: #333333. Windows color (decimal): -15187654 or 3817752. OLE color: 3817752.

HSL color Cylindrical-coordinate representation of color #18413A: hue angle of 169.76º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #18413A is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 65 58 -
CMYK 0.63 0 0.11 0.75
HSL 169.76º 0.46% 0.17% -
HSV(B) 169.76º 0.63% 0.25% -
XYZ 3.03 4.28 4.67 -
YUV 51.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 24 65 58 0.63 0 0.11 0.75 169.76 0.46 0.17
Hex 18 41 3A 3F 0 B 4B AA 2E 11
Octal 30 101 72 77 0 13 113 252 56 21
Binary 11000 1000001 111010 111111 0 1011 1001011 10101010 101110 10001

Color Harmonies of #18413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18413A

Black with #18413A

Text Example


Text Example

White with #18413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18413A; }

 p { color: rgb(24,65,58); }

 H1.HeaderClassName
 {
   color: #18413A;
 }
 .AnyTagClassName
 {
   color: #18413A;
 }
</style>

background-color css

<style>
 a { background-color: #18413A; }

 a { background-color: rgb(24,65,58); }

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

border-color css

<style>
 span { border-color: #18413A; }

 span { border-color: rgb(24,65,58); }

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