#185142

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

Shades of Deep Teal #185142

Tints of Deep Teal #185142

Color information

#185142 (or 0x185142) is unknown color: approx Deep Teal. HEX triplet: 18, 51 and 42. RGB value is (24,81,66). Sum of RGB (Red+Green+Blue) = 24+81+66=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #185142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185142 is #E7AEBD. Grayscale: #3E3E3E. Windows color (decimal): -15183550 or 4346136. OLE color: 4346136.

HSL color Cylindrical-coordinate representation of color #185142: hue angle of 164.21º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #185142 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB248166-
CMYK0.7000.190.68
HSL164.21º54.29%20.59%-
HSV(B)164.21º70.37%31.76%-
XYZ4.36.476.18-
YUV62.25130.12100.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.04%
GREEN value IS 81 (32.03% from 255) = 47.37%
BLUE value IS 66 (26.17% from 255) = 38.60%
R=14.04%
G=47.37%
B=38.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2481660.7000.190.68164.2154.2920.59
Hex1851424601344a43615
Octal301211021060231042446625
Binary1100010100011000010100011001001110001001010010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185142; }

 p { color: rgb(24,81,66); }

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

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

 a { background-color: rgb(24,81,66); }

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

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

 span { border-color: rgb(24,81,66); }

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