#243F38

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

Shades of Deep Teal #243F38

Tints of Deep Teal #243F38

Color information

#243F38 (or 0x243F38) is unknown color: approx Deep Teal. HEX triplet: 24, 3F and 38. RGB value is (36,63,56). Sum of RGB (Red+Green+Blue) = 36+63+56=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 63 - color contains mainly: green. Hex color #243F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243F38 is #DBC0C7. Grayscale: #363636. Windows color (decimal): -14401736 or 3686180. OLE color: 3686180.

HSL color Cylindrical-coordinate representation of color #243F38: hue angle of 164.44º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #243F38 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB366356-
CMYK0.4300.110.75
HSL164.44º27.27%19.41%-
HSV(B)164.44º42.86%24.71%-
XYZ3.224.224.39-
YUV54.13129.05115.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.23%
GREEN value IS 63 (25% from 255) = 40.65%
BLUE value IS 56 (22.27% from 255) = 36.13%
R=23.23%
G=40.65%
B=36.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3663560.4300.110.75164.4427.2719.41
Hex243F382B0B4Ba41b13
Octal447770530131132443323
Binary100100111111111000101011010111001011101001001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243F38; }

 p { color: rgb(36,63,56); }

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

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

 a { background-color: rgb(36,63,56); }

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

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

 span { border-color: rgb(36,63,56); }

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