Html Css Color HEX #183732 Deep Teal

📋 copy color: '#183732'

red 24 ◦ green 55 ◦ blue 50

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

Shades of Deep Teal #183732

Tints of Deep Teal #183732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 42.64%

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

R = 18.6%
G = 42.64%
B = 38.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#183732 (or 0x183732) is known color: Deep Teal. HEX triplet: 18, 37 and 32. RGB value is (24,55,50). Sum of RGB (Red+Green+Blue) = 24+55+50=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 55 - color contains mainly: green. Hex color #183732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183732 is #E7C8CD. Grayscale: #2D2D2D. Windows color (decimal): -15190222 or 3290904. OLE color: 3290904.

HSL color Cylindrical-coordinate representation of color #183732: hue angle of 170.32º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #183732 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 55 50 -
CMYK 0.56 0 0.09 0.78
HSL 170.32º 0.39% 0.15% -
HSV(B) 170.32º 0.56% 0.22% -
XYZ 2.32 3.16 3.5 -
YUV 45.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 24 55 50 0.56 0 0.09 0.78 170.32 0.39 0.15
Hex 18 37 32 38 0 9 4E AA 27 F
Octal 30 67 62 70 0 11 116 252 47 17
Binary 11000 110111 110010 111000 0 1001 1001110 10101010 100111 1111

Color Harmonies of #183732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183732

Black with #183732

Text Example


Text Example

White with #183732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183732; }

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

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

background-color css

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

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

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

border-color css

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

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

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