#19785E

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

Shades of Deep Sea #19785E

Tints of Deep Sea #19785E

Color information

#19785E (or 0x19785E) is unknown color: approx Deep Sea. HEX triplet: 19, 78 and 5E. RGB value is (25,120,94). Sum of RGB (Red+Green+Blue) = 25+120+94=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #19785E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19785E is #E687A1. Grayscale: #585858. Windows color (decimal): -15108002 or 6191129. OLE color: 6191129.

HSL color Cylindrical-coordinate representation of color #19785E: hue angle of 163.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19785E is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB2512094-
CMYK0.7900.220.53
HSL163.58º65.52%28.43%-
HSV(B)163.58º79.17%47.06%-
XYZ9.1414.4512.9-
YUV88.63131.0382.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.46%
GREEN value IS 120 (47.27% from 255) = 50.21%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=10.46%
G=50.21%
B=39.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal25120940.7900.220.53163.5865.5228.43
Hex19785E4F01635a4421c
Octal311701361170266524410234
Binary1100111110001011110100111101011011010110100100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19785E; }

 p { color: rgb(25,120,94); }

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

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

 a { background-color: rgb(25,120,94); }

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

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

 span { border-color: rgb(25,120,94); }

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