Html Css Color HEX #19795A Deep Sea

📋 copy color: '#19795A'

red 25 ◦ green 121 ◦ blue 90

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

Shades of Deep Sea #19795A

Tints of Deep Sea #19795A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.14%

R = 10.59%
G = 51.27%
B = 38.14%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#19795A (or 0x19795A) is known color: Deep Sea. HEX triplet: 19, 79 and 5A. RGB value is (25,121,90). Sum of RGB (Red+Green+Blue) = 25+121+90=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #19795A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19795A is #E686A5. Grayscale: #585858. Windows color (decimal): -15107750 or 5929241. OLE color: 5929241.

HSL color Cylindrical-coordinate representation of color #19795A: hue angle of 160.62º 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 #19795A is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 121 90 -
CMYK 0.79 0 0.26 0.53
HSL 160.63º 0.66% 0.29% -
HSV(B) 160.63º 0.79% 0.47% -
XYZ 9.08 14.62 12.02 -
YUV 88.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 25 121 90 0.79 0 0.26 0.53 160.63 0.66 0.29
Hex 19 79 5A 4F 0 1A 35 A1 42 1D
Octal 31 171 132 117 0 32 65 241 102 35
Binary 11001 1111001 1011010 1001111 0 11010 110101 10100001 1000010 11101

Color Harmonies of #19795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19795A

Black with #19795A

Text Example


Text Example

White with #19795A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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