#195948

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

Shades of Evening Sea #195948

Tints of Evening Sea #195948

Color information

#195948 (or 0x195948) is unknown color: approx Evening Sea. HEX triplet: 19, 59 and 48. RGB value is (25,89,72). Sum of RGB (Red+Green+Blue) = 25+89+72=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #195948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195948 is #E6A6B7. Grayscale: #434343. Windows color (decimal): -15115960 or 4741401. OLE color: 4741401.

HSL color Cylindrical-coordinate representation of color #195948: hue angle of 164.06º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #195948 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB258972-
CMYK0.7200.190.65
HSL164.06º56.14%22.35%-
HSV(B)164.06º71.91%34.9%-
XYZ5.147.827.37-
YUV67.93130.397.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.44%
GREEN value IS 89 (35.16% from 255) = 47.85%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=13.44%
G=47.85%
B=38.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2589720.7200.190.65164.0656.1422.35
Hex1959484801341a43816
Octal311311101100231012447026
Binary1100110110011001000100100001001110000011010010011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195948; }

 p { color: rgb(25,89,72); }

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

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

 a { background-color: rgb(25,89,72); }

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

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

 span { border-color: rgb(25,89,72); }

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