Html Css Color HEX #183932 Deep Teal

📋 copy color: '#183932'

red 24 ◦ green 57 ◦ blue 50

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

Shades of Deep Teal #183932

Tints of Deep Teal #183932

RGB

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

 GREEN value IS 57 (22.66% from 255) = 43.51%

 BLUE value IS 50 (19.92% from 255) = 38.17%

R = 18.32%
G = 43.51%
B = 38.17%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#183932 (or 0x183932) is known color: Deep Teal. HEX triplet: 18, 39 and 32. RGB value is (24,57,50). Sum of RGB (Red+Green+Blue) = 24+57+50=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 57 - color contains mainly: green. Hex color #183932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183932 is #E7C6CD. Grayscale: #2E2E2E. Windows color (decimal): -15189710 or 3291416. OLE color: 3291416.

HSL color Cylindrical-coordinate representation of color #183932: hue angle of 167.27º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #183932 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 57 50 -
CMYK 0.58 0 0.12 0.78
HSL 167.27º 0.41% 0.16% -
HSV(B) 167.27º 0.58% 0.22% -
XYZ 2.42 3.35 3.54 -
YUV 46.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 24 57 50 0.58 0 0.12 0.78 167.27 0.41 0.16
Hex 18 39 32 3A 0 C 4E A7 29 10
Octal 30 71 62 72 0 14 116 247 51 20
Binary 11000 111001 110010 111010 0 1100 1001110 10100111 101001 10000

Color Harmonies of #183932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183932

Black with #183932

Text Example


Text Example

White with #183932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183932; }

 p { color: rgb(24,57,50); }

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

background-color css

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

 a { background-color: rgb(24,57,50); }

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

border-color css

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

 span { border-color: rgb(24,57,50); }

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