Html Css Color HEX #197961 Deep Sea

📋 copy color: '#197961'

red 25 ◦ green 121 ◦ blue 97

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

Shades of Deep Sea #197961

Tints of Deep Sea #197961

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.79%

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

R = 10.29%
G = 49.79%
B = 39.92%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#197961 (or 0x197961) is known color: Deep Sea. HEX triplet: 19, 79 and 61. RGB value is (25,121,97). Sum of RGB (Red+Green+Blue) = 25+121+97=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #197961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197961 is #E6869E. Grayscale: #595959. Windows color (decimal): -15107743 or 6387993. OLE color: 6387993.

HSL color Cylindrical-coordinate representation of color #197961: hue angle of 165º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197961 is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 121 97 -
CMYK 0.79 0 0.20 0.53
HSL 165º 0.66% 0.29% -
HSV(B) 165º 0.79% 0.47% -
XYZ 9.4 14.74 13.66 -
YUV 89.56 132.2 81.95 -
System Red Green Blue C M Y K H S L
Decimal 25 121 97 0.79 0 0.20 0.53 165 0.66 0.29
Hex 19 79 61 4F 0 14 35 A5 42 1D
Octal 31 171 141 117 0 24 65 245 102 35
Binary 11001 1111001 1100001 1001111 0 10100 110101 10100101 1000010 11101

Color Harmonies of #197961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197961

Black with #197961

Text Example


Text Example

White with #197961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197961; }

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

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

background-color css

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

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

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

border-color css

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

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

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