Html Css Color HEX #196950 Evening Sea

📋 copy color: '#196950'

red 25 ◦ green 105 ◦ blue 80

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

Shades of Evening Sea #196950

Tints of Evening Sea #196950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50%

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

R = 11.9%
G = 50%
B = 38.1%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#196950 (or 0x196950) is known color: Evening Sea. HEX triplet: 19, 69 and 50. RGB value is (25,105,80). Sum of RGB (Red+Green+Blue) = 25+105+80=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #196950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196950 is #E696AF. Grayscale: #4E4E4E. Windows color (decimal): -15111856 or 5269785. OLE color: 5269785.

HSL color Cylindrical-coordinate representation of color #196950: hue angle of 161.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196950 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 105 80 -
CMYK 0.76 0 0.24 0.59
HSL 161.25º 0.62% 0.25% -
HSV(B) 161.25º 0.76% 0.41% -
XYZ 6.9 10.89 9.33 -
YUV 78.23 129 90.03 -
System Red Green Blue C M Y K H S L
Decimal 25 105 80 0.76 0 0.24 0.59 161.25 0.62 0.25
Hex 19 69 50 4C 0 18 3B A1 3E 19
Octal 31 151 120 114 0 30 73 241 76 31
Binary 11001 1101001 1010000 1001100 0 11000 111011 10100001 111110 11001

Color Harmonies of #196950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196950

Black with #196950

Text Example


Text Example

White with #196950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196950; }

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

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

background-color css

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

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

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

border-color css

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

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

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