Html Css Color HEX #18423B Deep Teal

📋 copy color: '#18423B'

red 24 ◦ green 66 ◦ blue 59

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

Shades of Deep Teal #18423B

Tints of Deep Teal #18423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.3%

 BLUE value IS 59 (23.44% from 255) = 39.6%

R = 16.11%
G = 44.3%
B = 39.6%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#18423B (or 0x18423B) is known color: Deep Teal. HEX triplet: 18, 42 and 3B. RGB value is (24,66,59). Sum of RGB (Red+Green+Blue) = 24+66+59=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #18423B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18423B is #E7BDC4. Grayscale: #343434. Windows color (decimal): -15187397 or 3883544. OLE color: 3883544.

HSL color Cylindrical-coordinate representation of color #18423B: hue angle of 170º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #18423B is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 24 66 59 -
CMYK 0.64 0 0.11 0.74
HSL 170º 0.47% 0.18% -
HSV(B) 170º 0.64% 0.26% -
XYZ 3.11 4.41 4.82 -
YUV 52.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 24 66 59 0.64 0 0.11 0.74 170 0.47 0.18
Hex 18 42 3B 40 0 B 4A AA 2F 12
Octal 30 102 73 100 0 13 112 252 57 22
Binary 11000 1000010 111011 1000000 0 1011 1001010 10101010 101111 10010

Color Harmonies of #18423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18423B

Black with #18423B

Text Example


Text Example

White with #18423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18423B; }

 p { color: rgb(24,66,59); }

 H1.HeaderClassName
 {
   color: #18423B;
 }
 .AnyTagClassName
 {
   color: #18423B;
 }
</style>

background-color css

<style>
 a { background-color: #18423B; }

 a { background-color: rgb(24,66,59); }

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

border-color css

<style>
 span { border-color: #18423B; }

 span { border-color: rgb(24,66,59); }

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