#196350

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

Shades of Evening Sea #196350

Tints of Evening Sea #196350

Color information

#196350 (or 0x196350) is unknown color: approx Evening Sea. HEX triplet: 19, 63 and 50. RGB value is (25,99,80). Sum of RGB (Red+Green+Blue) = 25+99+80=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #196350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196350 is #E69CAF. Grayscale: #4A4A4A. Windows color (decimal): -15113392 or 5268249. OLE color: 5268249.

HSL color Cylindrical-coordinate representation of color #196350: hue angle of 164.59º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196350 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB259980-
CMYK0.7500.190.61
HSL164.59º59.68%24.31%-
HSV(B)164.59º74.75%38.82%-
XYZ6.319.719.13-
YUV74.71130.9892.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.25%
GREEN value IS 99 (39.06% from 255) = 48.53%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=12.25%
G=48.53%
B=39.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599800.7500.190.61164.5959.6824.31
Hex1963504B0133Da53c18
Octal31143120113023752457430
Binary110011100011101000010010110100111111011010010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196350; }

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

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

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

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

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

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

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

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