#195C4E

Color #195C4E Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #195C4E

Tints of Evening Sea #195C4E

Color information

#195C4E (or 0x195C4E) is unknown color: approx Evening Sea. HEX triplet: 19, 5C and 4E. RGB value is (25,92,78). Sum of RGB (Red+Green+Blue) = 25+92+78=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 92 - color contains mainly: green. Hex color #195C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195C4E is #E6A3B1. Grayscale: #464646. Windows color (decimal): -15115186 or 5135385. OLE color: 5135385.

HSL color Cylindrical-coordinate representation of color #195C4E: hue angle of 167.46º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #195C4E is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB259278-
CMYK0.7300.150.64
HSL167.46º57.26%22.94%-
HSV(B)167.46º72.83%36.08%-
XYZ5.68.418.54-
YUV70.37132.395.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 92 (36.33% from 255) = 47.18%
BLUE value IS 78 (30.86% from 255) = 40%
R=12.82%
G=47.18%
B=40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2592780.7300.150.64167.4657.2622.94
Hex195C4E490F40a73917
Octal311341161110171002477127
Binary110011011100100111010010010111110000001010011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195C4E; }

 p { color: rgb(25,92,78); }

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

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

 a { background-color: rgb(25,92,78); }

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

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

 span { border-color: rgb(25,92,78); }

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