#184338

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

Shades of Deep Teal #184338

Tints of Deep Teal #184338

Color information

#184338 (or 0x184338) is unknown color: approx Deep Teal. HEX triplet: 18, 43 and 38. RGB value is (24,67,56). Sum of RGB (Red+Green+Blue) = 24+67+56=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #184338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184338 is #E7BCC7. Grayscale: #343434. Windows color (decimal): -15187144 or 3687192. OLE color: 3687192.

HSL color Cylindrical-coordinate representation of color #184338: hue angle of 164.65º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #184338 is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB246756-
CMYK0.6400.160.74
HSL164.65º47.25%17.84%-
HSV(B)164.65º64.18%26.27%-
XYZ3.14.494.45-
YUV52.89129.75107.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.33%
GREEN value IS 67 (26.56% from 255) = 45.58%
BLUE value IS 56 (22.27% from 255) = 38.10%
R=16.33%
G=45.58%
B=38.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2467560.6400.160.74164.6547.2517.84
Hex184338400104Aa52f12
Octal30103701000201122455722
Binary110001000011111000100000001000010010101010010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184338; }

 p { color: rgb(24,67,56); }

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

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

 a { background-color: rgb(24,67,56); }

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

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

 span { border-color: rgb(24,67,56); }

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