Html Css Color HEX #18453E Deep Teal

📋 copy color: '#18453E'

red 24 ◦ green 69 ◦ blue 62

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

Shades of Deep Teal #18453E

Tints of Deep Teal #18453E

RGB

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

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

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

R = 15.48%
G = 44.52%
B = 40%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#18453E (or 0x18453E) is known color: Deep Teal. HEX triplet: 18, 45 and 3E. RGB value is (24,69,62). Sum of RGB (Red+Green+Blue) = 24+69+62=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 69 - color contains mainly: green. Hex color #18453E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18453E is #E7BAC1. Grayscale: #363636. Windows color (decimal): -15186626 or 4080920. OLE color: 4080920.

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

Color convert

RGB 24 69 62 -
CMYK 0.65 0 0.10 0.73
HSL 170.67º 0.48% 0.18% -
HSV(B) 170.67º 0.65% 0.27% -
XYZ 3.37 4.8 5.31 -
YUV 54.75 132.09 106.07 -
System Red Green Blue C M Y K H S L
Decimal 24 69 62 0.65 0 0.10 0.73 170.67 0.48 0.18
Hex 18 45 3E 41 0 A 49 AB 30 12
Octal 30 105 76 101 0 12 111 253 60 22
Binary 11000 1000101 111110 1000001 0 1010 1001001 10101011 110000 10010

Color Harmonies of #18453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18453E

Black with #18453E

Text Example


Text Example

White with #18453E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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