#185043

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

Shades of Deep Teal #185043

Tints of Deep Teal #185043

Color information

#185043 (or 0x185043) is unknown color: approx Deep Teal. HEX triplet: 18, 50 and 43. RGB value is (24,80,67). Sum of RGB (Red+Green+Blue) = 24+80+67=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #185043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185043 is #E7AFBC. Grayscale: #3D3D3D. Windows color (decimal): -15183805 or 4411416. OLE color: 4411416.

HSL color Cylindrical-coordinate representation of color #185043: hue angle of 166.07º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #185043 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB248067-
CMYK0.7000.160.69
HSL166.07º53.85%20.39%-
HSV(B)166.07º70%31.37%-
XYZ4.266.346.31-
YUV61.77130.95101.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.04%
GREEN value IS 80 (31.64% from 255) = 46.78%
BLUE value IS 67 (26.56% from 255) = 39.18%
R=14.04%
G=46.78%
B=39.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2480670.7000.160.69166.0753.8520.39
Hex1850434601045a63614
Octal301201031060201052466624
Binary1100010100001000011100011001000010001011010011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185043; }

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

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

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

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

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

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

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

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