#196250

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

Shades of Evening Sea #196250

Tints of Evening Sea #196250

Color information

#196250 (or 0x196250) is unknown color: approx Evening Sea. HEX triplet: 19, 62 and 50. RGB value is (25,98,80). Sum of RGB (Red+Green+Blue) = 25+98+80=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #196250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196250 is #E69DAF. Grayscale: #4A4A4A. Windows color (decimal): -15113648 or 5267993. OLE color: 5267993.

HSL color Cylindrical-coordinate representation of color #196250: hue angle of 165.21º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #196250 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB259880-
CMYK0.7400.180.62
HSL165.21º59.35%24.12%-
HSV(B)165.21º74.49%38.43%-
XYZ6.229.529.1-
YUV74.12131.3292.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.32%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=12.32%
G=48.28%
B=39.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2598800.7400.180.62165.2159.3524.12
Hex1962504A0123Ea53b18
Octal31142120112022762457330
Binary110011100010101000010010100100101111101010010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196250; }

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

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

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

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

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

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

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

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