Html Css Color HEX #183B32 Deep Teal

📋 copy color: '#183B32'

red 24 ◦ green 59 ◦ blue 50

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

Shades of Deep Teal #183B32

Tints of Deep Teal #183B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 44.36%

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

R = 18.05%
G = 44.36%
B = 37.59%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.77

RGB Variations

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

Color information

#183B32 (or 0x183B32) is known color: Deep Teal. HEX triplet: 18, 3B and 32. RGB value is (24,59,50). Sum of RGB (Red+Green+Blue) = 24+59+50=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 59 - color contains mainly: green. Hex color #183B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183B32 is #E7C4CD. Grayscale: #2F2F2F. Windows color (decimal): -15189198 or 3291928. OLE color: 3291928.

HSL color Cylindrical-coordinate representation of color #183B32: hue angle of 164.57º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #183B32 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.77.

Color convert

RGB 24 59 50 -
CMYK 0.59 0 0.15 0.77
HSL 164.57º 0.42% 0.16% -
HSV(B) 164.57º 0.59% 0.23% -
XYZ 2.52 3.55 3.57 -
YUV 47.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 24 59 50 0.59 0 0.15 0.77 164.57 0.42 0.16
Hex 18 3B 32 3B 0 F 4D A5 2A 10
Octal 30 73 62 73 0 17 115 245 52 20
Binary 11000 111011 110010 111011 0 1111 1001101 10100101 101010 10000

Color Harmonies of #183B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183B32

Black with #183B32

Text Example


Text Example

White with #183B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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