#195147

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

Shades of Deep Teal #195147

Tints of Deep Teal #195147

Color information

#195147 (or 0x195147) is unknown color: approx Deep Teal. HEX triplet: 19, 51 and 47. RGB value is (25,81,71). Sum of RGB (Red+Green+Blue) = 25+81+71=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #195147 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195147 is #E6AEB8. Grayscale: #3F3F3F. Windows color (decimal): -15118009 or 4673817. OLE color: 4673817.

HSL color Cylindrical-coordinate representation of color #195147: hue angle of 169.29º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #195147 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB258171-
CMYK0.6900.120.68
HSL169.29º52.83%20.78%-
HSV(B)169.29º69.14%31.76%-
XYZ4.486.556.99-
YUV63.12132.45100.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.12%
GREEN value IS 81 (32.03% from 255) = 45.76%
BLUE value IS 71 (28.12% from 255) = 40.11%
R=14.12%
G=45.76%
B=40.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2581710.6900.120.68169.2952.8320.78
Hex195147450C44a93515
Octal311211071050141042516525
Binary110011010001100011110001010110010001001010100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195147; }

 p { color: rgb(25,81,71); }

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

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

 a { background-color: rgb(25,81,71); }

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

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

 span { border-color: rgb(25,81,71); }

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