#184438

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

Shades of Deep Teal #184438

Tints of Deep Teal #184438

Color information

#184438 (or 0x184438) is unknown color: approx Deep Teal. HEX triplet: 18, 44 and 38. RGB value is (24,68,56). Sum of RGB (Red+Green+Blue) = 24+68+56=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #184438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184438 is #E7BBC7. Grayscale: #353535. Windows color (decimal): -15186888 or 3687448. OLE color: 3687448.

HSL color Cylindrical-coordinate representation of color #184438: hue angle of 163.64º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #184438 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB246856-
CMYK0.6500.180.73
HSL163.64º47.83%18.04%-
HSV(B)163.64º64.71%26.67%-
XYZ3.164.614.47-
YUV53.48129.42106.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.22%
GREEN value IS 68 (26.95% from 255) = 45.95%
BLUE value IS 56 (22.27% from 255) = 37.84%
R=16.22%
G=45.95%
B=37.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2468560.6500.180.73163.6447.8318.04
Hex1844384101249a43012
Octal30104701010221112446022
Binary110001000100111000100000101001010010011010010011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184438; }

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

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

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

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

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

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

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

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