Html Css Color HEX #196150 Evening Sea

📋 copy color: '#196150'

red 25 ◦ green 97 ◦ blue 80

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

Shades of Evening Sea #196150

Tints of Evening Sea #196150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.02%

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

R = 12.38%
G = 48.02%
B = 39.6%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#196150 (or 0x196150) is known color: Evening Sea. HEX triplet: 19, 61 and 50. RGB value is (25,97,80). Sum of RGB (Red+Green+Blue) = 25+97+80=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #196150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196150 is #E69EAF. Grayscale: #494949. Windows color (decimal): -15113904 or 5267737. OLE color: 5267737.

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

Color convert

RGB 25 97 80 -
CMYK 0.74 0 0.18 0.62
HSL 165.83º 0.59% 0.24% -
HSV(B) 165.83º 0.74% 0.38% -
XYZ 6.12 9.34 9.07 -
YUV 73.53 131.65 93.38 -
System Red Green Blue C M Y K H S L
Decimal 25 97 80 0.74 0 0.18 0.62 165.83 0.59 0.24
Hex 19 61 50 4A 0 12 3E A6 3B 18
Octal 31 141 120 112 0 22 76 246 73 30
Binary 11001 1100001 1010000 1001010 0 10010 111110 10100110 111011 11000

Color Harmonies of #196150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196150

Black with #196150

Text Example


Text Example

White with #196150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196150; }

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

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

background-color css

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

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

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

border-color css

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

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

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