#183734

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

Shades of Deep Teal #183734

Tints of Deep Teal #183734

Color information

#183734 (or 0x183734) is unknown color: approx Deep Teal. HEX triplet: 18, 37 and 34. RGB value is (24,55,52). Sum of RGB (Red+Green+Blue) = 24+55+52=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 55 - color contains mainly: green. Hex color #183734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183734 is #E7C8CB. Grayscale: #2D2D2D. Windows color (decimal): -15190220 or 3421976. OLE color: 3421976.

HSL color Cylindrical-coordinate representation of color #183734: hue angle of 174.19º 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 #183734 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB245552-
CMYK0.5600.050.78
HSL174.19º39.24%15.49%-
HSV(B)174.19º56.36%21.57%-
XYZ2.363.173.74-
YUV45.39131.73112.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.32%
GREEN value IS 55 (21.88% from 255) = 41.98%
BLUE value IS 52 (20.70% from 255) = 39.69%
R=18.32%
G=41.98%
B=39.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2455520.5600.050.78174.1939.2415.49
Hex18373438054Eae27f
Octal30676470051162564717
Binary1100011011111010011100001011001110101011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183734; }

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

 H1.HeaderClassName
 {
   color: #183734;
 }
 .AnyTagClassName
 {
   color: #183734;
 }
</style>
background-color css

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

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

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

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

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

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