Html Css Color HEX #18473A Deep Teal

📋 copy color: '#18473A'

red 24 ◦ green 71 ◦ blue 58

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

Shades of Deep Teal #18473A

Tints of Deep Teal #18473A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.41%

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

R = 15.69%
G = 46.41%
B = 37.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#18473A (or 0x18473A) is known color: Deep Teal. HEX triplet: 18, 47 and 3A. RGB value is (24,71,58). Sum of RGB (Red+Green+Blue) = 24+71+58=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #18473A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18473A is #E7B8C5. Grayscale: #373737. Windows color (decimal): -15186118 or 3819288. OLE color: 3819288.

HSL color Cylindrical-coordinate representation of color #18473A: hue angle of 163.4º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18473A is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 71 58 -
CMYK 0.66 0 0.18 0.72
HSL 163.4º 0.49% 0.19% -
HSV(B) 163.4º 0.66% 0.28% -
XYZ 3.39 5.01 4.79 -
YUV 55.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 24 71 58 0.66 0 0.18 0.72 163.4 0.49 0.19
Hex 18 47 3A 42 0 12 48 A3 31 13
Octal 30 107 72 102 0 22 110 243 61 23
Binary 11000 1000111 111010 1000010 0 10010 1001000 10100011 110001 10011

Color Harmonies of #18473A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18473A

Black with #18473A

Text Example


Text Example

White with #18473A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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