Html Css Color HEX #195950 Eden

📋 copy color: '#195950'

red 25 ◦ green 89 ◦ blue 80

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

Shades of Eden #195950

Tints of Eden #195950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.88%

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

R = 12.89%
G = 45.88%
B = 41.24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#195950 (or 0x195950) is known color: Eden. HEX triplet: 19, 59 and 50. RGB value is (25,89,80). Sum of RGB (Red+Green+Blue) = 25+89+80=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #195950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195950 is #E6A6AF. Grayscale: #444444. Windows color (decimal): -15115952 or 5265689. OLE color: 5265689.

HSL color Cylindrical-coordinate representation of color #195950: hue angle of 171.56º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #195950 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 89 80 -
CMYK 0.72 0 0.10 0.65
HSL 171.56º 0.56% 0.22% -
HSV(B) 171.56º 0.72% 0.35% -
XYZ 5.42 7.93 8.83 -
YUV 68.84 134.3 96.73 -
System Red Green Blue C M Y K H S L
Decimal 25 89 80 0.72 0 0.10 0.65 171.56 0.56 0.22
Hex 19 59 50 48 0 A 41 AC 38 16
Octal 31 131 120 110 0 12 101 254 70 26
Binary 11001 1011001 1010000 1001000 0 1010 1000001 10101100 111000 10110

Color Harmonies of #195950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195950

Black with #195950

Text Example


Text Example

White with #195950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195950; }

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

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

background-color css

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

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

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

border-color css

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

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

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