Html Css Color HEX #197661 Deep Sea

📋 copy color: '#197661'

red 25 ◦ green 118 ◦ blue 97

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

Shades of Deep Sea #197661

Tints of Deep Sea #197661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.17%

 BLUE value IS 97 (38.28% from 255) = 40.42%

R = 10.42%
G = 49.17%
B = 40.42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#197661 (or 0x197661) is known color: Deep Sea. HEX triplet: 19, 76 and 61. RGB value is (25,118,97). Sum of RGB (Red+Green+Blue) = 25+118+97=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #197661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197661 is #E6899E. Grayscale: #575757. Windows color (decimal): -15108511 or 6387225. OLE color: 6387225.

HSL color Cylindrical-coordinate representation of color #197661: hue angle of 166.45º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197661 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 118 97 -
CMYK 0.79 0 0.18 0.54
HSL 166.45º 0.65% 0.28% -
HSV(B) 166.45º 0.79% 0.46% -
XYZ 9.04 14.03 13.54 -
YUV 87.8 133.19 83.21 -
System Red Green Blue C M Y K H S L
Decimal 25 118 97 0.79 0 0.18 0.54 166.45 0.65 0.28
Hex 19 76 61 4F 0 12 36 A6 41 1C
Octal 31 166 141 117 0 22 66 246 101 34
Binary 11001 1110110 1100001 1001111 0 10010 110110 10100110 1000001 11100

Color Harmonies of #197661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197661

Black with #197661

Text Example


Text Example

White with #197661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197661; }

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

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

background-color css

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

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

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

border-color css

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

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

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