#183732

Color #183732 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #183732

Tints of Deep Teal #183732

Color information

#183732 (or 0x183732) is unknown color: approx 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

RGB245550-
CMYK0.5600.090.78
HSL170.32º39.24%15.49%-
HSV(B)170.32º56.36%21.57%-
XYZ2.323.163.5-
YUV45.16130.73112.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.60%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 50 (19.92% from 255) = 38.76%
R=18.60%
G=42.64%
B=38.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2455500.5600.090.78170.3239.2415.49
Hex18373238094Eaa27f
Octal306762700111162524717
Binary11000110111110010111000010011001110101010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>