Html Css Color HEX #184138 Deep Teal

📋 copy color: '#184138'

red 24 ◦ green 65 ◦ blue 56

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

Shades of Deep Teal #184138

Tints of Deep Teal #184138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.83%

 BLUE value IS 56 (22.27% from 255) = 38.62%

R = 16.55%
G = 44.83%
B = 38.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#184138 (or 0x184138) is known color: Deep Teal. HEX triplet: 18, 41 and 38. RGB value is (24,65,56). Sum of RGB (Red+Green+Blue) = 24+65+56=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #184138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184138 is #E7BEC7. Grayscale: #333333. Windows color (decimal): -15187656 or 3686680. OLE color: 3686680.

HSL color Cylindrical-coordinate representation of color #184138: hue angle of 166.83º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #184138 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 65 56 -
CMYK 0.63 0 0.14 0.75
HSL 166.83º 0.46% 0.17% -
HSV(B) 166.83º 0.63% 0.25% -
XYZ 2.98 4.26 4.41 -
YUV 51.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 24 65 56 0.63 0 0.14 0.75 166.83 0.46 0.17
Hex 18 41 38 3F 0 E 4B A7 2E 11
Octal 30 101 70 77 0 16 113 247 56 21
Binary 11000 1000001 111000 111111 0 1110 1001011 10100111 101110 10001

Color Harmonies of #184138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184138

Black with #184138

Text Example


Text Example

White with #184138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184138; }

 p { color: rgb(24,65,56); }

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

background-color css

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

 a { background-color: rgb(24,65,56); }

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

border-color css

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

 span { border-color: rgb(24,65,56); }

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