#185047

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

Shades of Deep Teal #185047

Tints of Deep Teal #185047

Color information

#185047 (or 0x185047) is unknown color: approx Deep Teal. HEX triplet: 18, 50 and 47. RGB value is (24,80,71). Sum of RGB (Red+Green+Blue) = 24+80+71=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #185047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185047 is #E7AFB8. Grayscale: #3E3E3E. Windows color (decimal): -15183801 or 4673560. OLE color: 4673560.

HSL color Cylindrical-coordinate representation of color #185047: hue angle of 170.36º 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 #185047 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB248071-
CMYK0.7000.110.69
HSL170.36º53.85%20.39%-
HSV(B)170.36º70%31.37%-
XYZ4.386.396.96-
YUV62.23132.95100.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.71%
GREEN value IS 80 (31.64% from 255) = 45.71%
BLUE value IS 71 (28.12% from 255) = 40.57%
R=13.71%
G=45.71%
B=40.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2480710.7000.110.69170.3653.8520.39
Hex185047460B45aa3614
Octal301201071060131052526624
Binary110001010000100011110001100101110001011010101011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185047; }

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

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

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

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

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

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

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

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