Html Css Color HEX #185448 Deep Teal

📋 copy color: '#185448'

red 24 ◦ green 84 ◦ blue 72

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

Shades of Deep Teal #185448

Tints of Deep Teal #185448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.67%

 BLUE value IS 72 (28.52% from 255) = 40%

R = 13.33%
G = 46.67%
B = 40%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#185448 (or 0x185448) is known color: Deep Teal. HEX triplet: 18, 54 and 48. RGB value is (24,84,72). Sum of RGB (Red+Green+Blue) = 24+84+72=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 84 - color contains mainly: green. Hex color #185448 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185448 is #E7ABB7. Grayscale: #404040. Windows color (decimal): -15182776 or 4740120. OLE color: 4740120.

HSL color Cylindrical-coordinate representation of color #185448: hue angle of 168º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185448 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 84 72 -
CMYK 0.71 0 0.14 0.67
HSL 168º 0.56% 0.21% -
HSV(B) 168º 0.71% 0.33% -
XYZ 4.72 7 7.23 -
YUV 64.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 24 84 72 0.71 0 0.14 0.67 168 0.56 0.21
Hex 18 54 48 47 0 E 43 A8 38 15
Octal 30 124 110 107 0 16 103 250 70 25
Binary 11000 1010100 1001000 1000111 0 1110 1000011 10101000 111000 10101

Color Harmonies of #185448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185448

Black with #185448

Text Example


Text Example

White with #185448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185448; }

 p { color: rgb(24,84,72); }

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

background-color css

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

 a { background-color: rgb(24,84,72); }

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

border-color css

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

 span { border-color: rgb(24,84,72); }

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