Html Css Color HEX #18453B Deep Teal

📋 copy color: '#18453B'

red 24 ◦ green 69 ◦ blue 59

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

Shades of Deep Teal #18453B

Tints of Deep Teal #18453B

RGB

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

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

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

R = 15.79%
G = 45.39%
B = 38.82%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#18453B (or 0x18453B) is known color: Deep Teal. HEX triplet: 18, 45 and 3B. RGB value is (24,69,59). Sum of RGB (Red+Green+Blue) = 24+69+59=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #18453B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18453B is #E7BAC4. Grayscale: #363636. Windows color (decimal): -15186629 or 3884312. OLE color: 3884312.

HSL color Cylindrical-coordinate representation of color #18453B: hue angle of 166.67º 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 #18453B is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 69 59 -
CMYK 0.65 0 0.14 0.73
HSL 166.67º 0.48% 0.18% -
HSV(B) 166.67º 0.65% 0.27% -
XYZ 3.29 4.77 4.88 -
YUV 54.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 24 69 59 0.65 0 0.14 0.73 166.67 0.48 0.18
Hex 18 45 3B 41 0 E 49 A7 30 12
Octal 30 105 73 101 0 16 111 247 60 22
Binary 11000 1000101 111011 1000001 0 1110 1001001 10100111 110000 10010

Color Harmonies of #18453B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18453B

Black with #18453B

Text Example


Text Example

White with #18453B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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