Html Css Color HEX #19795E Deep Sea

📋 copy color: '#19795E'

red 25 ◦ green 121 ◦ blue 94

#19795E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #19795E

Tints of Deep Sea #19795E

RGB

 RED value IS 25 (10.16% from 255) = 10.42%

 GREEN value IS 121 (47.66% from 255) = 50.42%

 BLUE value IS 94 (37.11% from 255) = 39.17%

R = 10.42%
G = 50.42%
B = 39.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#19795E (or 0x19795E) is known color: Deep Sea. HEX triplet: 19, 79 and 5E. RGB value is (25,121,94). Sum of RGB (Red+Green+Blue) = 25+121+94=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #19795E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19795E is #E686A1. Grayscale: #595959. Windows color (decimal): -15107746 or 6191385. OLE color: 6191385.

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

Color convert

RGB 25 121 94 -
CMYK 0.79 0 0.22 0.53
HSL 163.13º 0.66% 0.29% -
HSV(B) 163.13º 0.79% 0.47% -
XYZ 9.26 14.69 12.94 -
YUV 89.22 130.7 82.2 -
System Red Green Blue C M Y K H S L
Decimal 25 121 94 0.79 0 0.22 0.53 163.13 0.66 0.29
Hex 19 79 5E 4F 0 16 35 A3 42 1D
Octal 31 171 136 117 0 26 65 243 102 35
Binary 11001 1111001 1011110 1001111 0 10110 110101 10100011 1000010 11101

Color Harmonies of #19795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19795E

Black with #19795E

Text Example


Text Example

White with #19795E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19795E;
 }
 .AnyTagClassName
 {
   color: #19795E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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