Html Css Color HEX #18453A Deep Teal

📋 copy color: '#18453A'

red 24 ◦ green 69 ◦ blue 58

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

Shades of Deep Teal #18453A

Tints of Deep Teal #18453A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.7%

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

R = 15.89%
G = 45.7%
B = 38.41%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#18453A (or 0x18453A) is known color: Deep Teal. HEX triplet: 18, 45 and 3A. RGB value is (24,69,58). Sum of RGB (Red+Green+Blue) = 24+69+58=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #18453A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18453A is #E7BAC5. Grayscale: #363636. Windows color (decimal): -15186630 or 3818776. OLE color: 3818776.

HSL color Cylindrical-coordinate representation of color #18453A: hue angle of 165.33º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #18453A is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 69 58 -
CMYK 0.65 0 0.16 0.73
HSL 165.33º 0.48% 0.18% -
HSV(B) 165.33º 0.65% 0.27% -
XYZ 3.27 4.76 4.75 -
YUV 54.29 130.09 106.39 -
System Red Green Blue C M Y K H S L
Decimal 24 69 58 0.65 0 0.16 0.73 165.33 0.48 0.18
Hex 18 45 3A 41 0 10 49 A5 30 12
Octal 30 105 72 101 0 20 111 245 60 22
Binary 11000 1000101 111010 1000001 0 10000 1001001 10100101 110000 10010

Color Harmonies of #18453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18453A

Black with #18453A

Text Example


Text Example

White with #18453A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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