#185148

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

Shades of Deep Teal #185148

Tints of Deep Teal #185148

Color information

#185148 (or 0x185148) is unknown color: approx Deep Teal. HEX triplet: 18, 51 and 48. RGB value is (24,81,72). Sum of RGB (Red+Green+Blue) = 24+81+72=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #185148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185148 is #E7AEB7. Grayscale: #3E3E3E. Windows color (decimal): -15183544 or 4739352. OLE color: 4739352.

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

Color convert

RGB248172-
CMYK0.7000.110.68
HSL170.53º54.29%20.59%-
HSV(B)170.53º70.37%31.76%-
XYZ4.496.557.16-
YUV62.93133.12100.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.56%
GREEN value IS 81 (32.03% from 255) = 45.76%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=13.56%
G=45.76%
B=40.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2481720.7000.110.68170.5354.2920.59
Hex185148460B44ab3615
Octal301211101060131042536625
Binary110001010001100100010001100101110001001010101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185148; }

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

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

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

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

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

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

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

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