#195848

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

Shades of Evening Sea #195848

Tints of Evening Sea #195848

Color information

#195848 (or 0x195848) is unknown color: approx Evening Sea. HEX triplet: 19, 58 and 48. RGB value is (25,88,72). Sum of RGB (Red+Green+Blue) = 25+88+72=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #195848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195848 is #E6A7B7. Grayscale: #434343. Windows color (decimal): -15116216 or 4741145. OLE color: 4741145.

HSL color Cylindrical-coordinate representation of color #195848: hue angle of 164.76º 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 #195848 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB258872-
CMYK0.7200.180.65
HSL164.76º55.75%22.16%-
HSV(B)164.76º71.59%34.51%-
XYZ5.067.657.34-
YUV67.34130.6397.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.51%
GREEN value IS 88 (34.77% from 255) = 47.57%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=13.51%
G=47.57%
B=38.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2588720.7200.180.65164.7655.7522.16
Hex1958484801241a53816
Octal311301101100221012457026
Binary1100110110001001000100100001001010000011010010111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195848; }

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

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

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

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

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

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

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

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