Html Css Color HEX #196350 Evening Sea

📋 copy color: '#196350'

red 25 ◦ green 99 ◦ blue 80

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

Shades of Evening Sea #196350

Tints of Evening Sea #196350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.53%

 BLUE value IS 80 (31.64% from 255) = 39.22%

R = 12.25%
G = 48.53%
B = 39.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#196350 (or 0x196350) is known color: Evening Sea. HEX triplet: 19, 63 and 50. RGB value is (25,99,80). Sum of RGB (Red+Green+Blue) = 25+99+80=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #196350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196350 is #E69CAF. Grayscale: #4A4A4A. Windows color (decimal): -15113392 or 5268249. OLE color: 5268249.

HSL color Cylindrical-coordinate representation of color #196350: hue angle of 164.59º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196350 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 25 99 80 -
CMYK 0.75 0 0.19 0.61
HSL 164.59º 0.6% 0.24% -
HSV(B) 164.59º 0.75% 0.39% -
XYZ 6.31 9.71 9.13 -
YUV 74.71 130.98 92.54 -
System Red Green Blue C M Y K H S L
Decimal 25 99 80 0.75 0 0.19 0.61 164.59 0.6 0.24
Hex 19 63 50 4B 0 13 3D A5 3C 18
Octal 31 143 120 113 0 23 75 245 74 30
Binary 11001 1100011 1010000 1001011 0 10011 111101 10100101 111100 11000

Color Harmonies of #196350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196350

Black with #196350

Text Example


Text Example

White with #196350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196350; }

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

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

background-color css

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

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

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

border-color css

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

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

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