#195046

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

Shades of Deep Teal #195046

Tints of Deep Teal #195046

Color information

#195046 (or 0x195046) is unknown color: approx Deep Teal. HEX triplet: 19, 50 and 46. RGB value is (25,80,70). Sum of RGB (Red+Green+Blue) = 25+80+70=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #195046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195046 is #E6AFB9. Grayscale: #3E3E3E. Windows color (decimal): -15118266 or 4608025. OLE color: 4608025.

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

Color convert

RGB258070-
CMYK0.6900.120.69
HSL169.09º52.38%20.59%-
HSV(B)169.09º68.75%31.37%-
XYZ4.386.396.8-
YUV62.41132.28101.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.29%
GREEN value IS 80 (31.64% from 255) = 45.71%
BLUE value IS 70 (27.73% from 255) = 40%
R=14.29%
G=45.71%
B=40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2580700.6900.120.69169.0952.3820.59
Hex195046450C45a93415
Octal311201061050141052516425
Binary110011010000100011010001010110010001011010100111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195046; }

 p { color: rgb(25,80,70); }

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

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

 a { background-color: rgb(25,80,70); }

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

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

 span { border-color: rgb(25,80,70); }

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