Html Css Color HEX #18423A Deep Teal

📋 copy color: '#18423A'

red 24 ◦ green 66 ◦ blue 58

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

Shades of Deep Teal #18423A

Tints of Deep Teal #18423A

RGB

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

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

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

R = 16.22%
G = 44.59%
B = 39.19%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.12

 K value IS 0.74

RGB Variations

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

Color information

#18423A (or 0x18423A) is known color: Deep Teal. HEX triplet: 18, 42 and 3A. RGB value is (24,66,58). Sum of RGB (Red+Green+Blue) = 24+66+58=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #18423A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18423A is #E7BDC5. Grayscale: #343434. Windows color (decimal): -15187398 or 3818008. OLE color: 3818008.

HSL color Cylindrical-coordinate representation of color #18423A: hue angle of 168.57º 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 #18423A is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB 24 66 58 -
CMYK 0.64 0 0.12 0.74
HSL 168.57º 0.47% 0.18% -
HSV(B) 168.57º 0.64% 0.26% -
XYZ 3.09 4.4 4.69 -
YUV 52.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 24 66 58 0.64 0 0.12 0.74 168.57 0.47 0.18
Hex 18 42 3A 40 0 C 4A A9 2F 12
Octal 30 102 72 100 0 14 112 251 57 22
Binary 11000 1000010 111010 1000000 0 1100 1001010 10101001 101111 10010

Color Harmonies of #18423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18423A

Black with #18423A

Text Example


Text Example

White with #18423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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