Html Css Color HEX #183832 Deep Teal

📋 copy color: '#183832'

red 24 ◦ green 56 ◦ blue 50

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

Shades of Deep Teal #183832

Tints of Deep Teal #183832

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.08%

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

R = 18.46%
G = 43.08%
B = 38.46%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#183832 (or 0x183832) is known color: Deep Teal. HEX triplet: 18, 38 and 32. RGB value is (24,56,50). Sum of RGB (Red+Green+Blue) = 24+56+50=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 56 - color contains mainly: green. Hex color #183832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183832 is #E7C7CD. Grayscale: #2D2D2D. Windows color (decimal): -15189966 or 3291160. OLE color: 3291160.

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

Color convert

RGB 24 56 50 -
CMYK 0.57 0 0.11 0.78
HSL 168.75º 0.4% 0.16% -
HSV(B) 168.75º 0.57% 0.22% -
XYZ 2.37 3.25 3.52 -
YUV 45.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 24 56 50 0.57 0 0.11 0.78 168.75 0.4 0.16
Hex 18 38 32 39 0 B 4E A9 28 10
Octal 30 70 62 71 0 13 116 251 50 20
Binary 11000 111000 110010 111001 0 1011 1001110 10101001 101000 10000

Color Harmonies of #183832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183832

Black with #183832

Text Example


Text Example

White with #183832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183832; }

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

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

background-color css

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

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

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

border-color css

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

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

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