#195347

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

Shades of Deep Teal #195347

Tints of Deep Teal #195347

Color information

#195347 (or 0x195347) is unknown color: approx Deep Teal. HEX triplet: 19, 53 and 47. RGB value is (25,83,71). Sum of RGB (Red+Green+Blue) = 25+83+71=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #195347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195347 is #E6ACB8. Grayscale: #404040. Windows color (decimal): -15117497 or 4674329. OLE color: 4674329.

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

Color convert

RGB258371-
CMYK0.7000.140.67
HSL167.59º53.7%21.18%-
HSV(B)167.59º69.88%32.55%-
XYZ4.636.857.04-
YUV64.29131.7899.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.97%
GREEN value IS 83 (32.81% from 255) = 46.37%
BLUE value IS 71 (28.12% from 255) = 39.66%
R=13.97%
G=46.37%
B=39.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2583710.7000.140.67167.5953.721.18
Hex195347460E43a83615
Octal311231071060161032506625
Binary110011010011100011110001100111010000111010100011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195347; }

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

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

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

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

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

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

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

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