Html Css Color HEX #19604D Evening Sea

📋 copy color: '#19604D'

red 25 ◦ green 96 ◦ blue 77

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

Shades of Evening Sea #19604D

Tints of Evening Sea #19604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.48%

 BLUE value IS 77 (30.47% from 255) = 38.89%

R = 12.63%
G = 48.48%
B = 38.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#19604D (or 0x19604D) is known color: Evening Sea. HEX triplet: 19, 60 and 4D. RGB value is (25,96,77). Sum of RGB (Red+Green+Blue) = 25+96+77=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #19604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19604D is #E69FB2. Grayscale: #484848. Windows color (decimal): -15114163 or 5070873. OLE color: 5070873.

HSL color Cylindrical-coordinate representation of color #19604D: hue angle of 163.94º 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 #19604D is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 25 96 77 -
CMYK 0.74 0 0.20 0.62
HSL 163.94º 0.59% 0.24% -
HSV(B) 163.94º 0.74% 0.38% -
XYZ 5.92 9.11 8.47 -
YUV 72.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 25 96 77 0.74 0 0.20 0.62 163.94 0.59 0.24
Hex 19 60 4D 4A 0 14 3E A4 3B 18
Octal 31 140 115 112 0 24 76 244 73 30
Binary 11001 1100000 1001101 1001010 0 10100 111110 10100100 111011 11000

Color Harmonies of #19604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19604D

Black with #19604D

Text Example


Text Example

White with #19604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19604D; }

 p { color: rgb(25,96,77); }

 H1.HeaderClassName
 {
   color: #19604D;
 }
 .AnyTagClassName
 {
   color: #19604D;
 }
</style>

background-color css

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

 a { background-color: rgb(25,96,77); }

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

border-color css

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

 span { border-color: rgb(25,96,77); }

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