Html Css Color HEX #18473E Deep Teal

📋 copy color: '#18473E'

red 24 ◦ green 71 ◦ blue 62

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

Shades of Deep Teal #18473E

Tints of Deep Teal #18473E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 39.49%

R = 15.29%
G = 45.22%
B = 39.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.72

RGB Variations

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

Color information

#18473E (or 0x18473E) is known color: Deep Teal. HEX triplet: 18, 47 and 3E. RGB value is (24,71,62). Sum of RGB (Red+Green+Blue) = 24+71+62=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #18473E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18473E is #E7B8C1. Grayscale: #373737. Windows color (decimal): -15186114 or 4081432. OLE color: 4081432.

HSL color Cylindrical-coordinate representation of color #18473E: hue angle of 168.51º 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 #18473E is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 71 62 -
CMYK 0.66 0 0.13 0.72
HSL 168.51º 0.49% 0.19% -
HSV(B) 168.51º 0.66% 0.28% -
XYZ 3.5 5.05 5.35 -
YUV 55.92 131.43 105.23 -
System Red Green Blue C M Y K H S L
Decimal 24 71 62 0.66 0 0.13 0.72 168.51 0.49 0.19
Hex 18 47 3E 42 0 D 48 A9 31 13
Octal 30 107 76 102 0 15 110 251 61 23
Binary 11000 1000111 111110 1000010 0 1101 1001000 10101001 110001 10011

Color Harmonies of #18473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18473E

Black with #18473E

Text Example


Text Example

White with #18473E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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