#185543

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

Shades of Deep Teal #185543

Tints of Deep Teal #185543

Color information

#185543 (or 0x185543) is unknown color: approx Deep Teal. HEX triplet: 18, 55 and 43. RGB value is (24,85,67). Sum of RGB (Red+Green+Blue) = 24+85+67=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 67 (26.56% from 255 or 38.07% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #185543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185543 is #E7AABC. Grayscale: #404040. Windows color (decimal): -15182525 or 4412696. OLE color: 4412696.

HSL color Cylindrical-coordinate representation of color #185543: hue angle of 162.3º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185543 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB248567-
CMYK0.7200.210.67
HSL162.3º55.96%21.37%-
HSV(B)162.3º71.76%33.33%-
XYZ4.647.16.44-
YUV64.71129.2998.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.64%
GREEN value IS 85 (33.59% from 255) = 48.30%
BLUE value IS 67 (26.56% from 255) = 38.07%
R=13.64%
G=48.30%
B=38.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485670.7200.210.67162.355.9621.37
Hex1855434801543a23815
Octal301251031100251032427025
Binary1100010101011000011100100001010110000111010001011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185543; }

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

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

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

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

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

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

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

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