Html Css Color HEX #18413D Deep Teal

📋 copy color: '#18413D'

red 24 ◦ green 65 ◦ blue 61

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

Shades of Deep Teal #18413D

Tints of Deep Teal #18413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 40.67%

R = 16%
G = 43.33%
B = 40.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#18413D (or 0x18413D) is known color: Deep Teal. HEX triplet: 18, 41 and 3D. RGB value is (24,65,61). Sum of RGB (Red+Green+Blue) = 24+65+61=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #18413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18413D is #E7BEC2. Grayscale: #343434. Windows color (decimal): -15187651 or 4014360. OLE color: 4014360.

HSL color Cylindrical-coordinate representation of color #18413D: hue angle of 174.15º 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 #18413D is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 65 61 -
CMYK 0.63 0 0.06 0.75
HSL 174.15º 0.46% 0.17% -
HSV(B) 174.15º 0.63% 0.25% -
XYZ 3.11 4.31 5.08 -
YUV 52.29 132.92 107.83 -
System Red Green Blue C M Y K H S L
Decimal 24 65 61 0.63 0 0.06 0.75 174.15 0.46 0.17
Hex 18 41 3D 3F 0 6 4B AE 2E 11
Octal 30 101 75 77 0 6 113 256 56 21
Binary 11000 1000001 111101 111111 0 110 1001011 10101110 101110 10001

Color Harmonies of #18413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18413D

Black with #18413D

Text Example


Text Example

White with #18413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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