Html Css Color HEX #197964 Deep Sea

📋 copy color: '#197964'

red 25 ◦ green 121 ◦ blue 100

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

Shades of Deep Sea #197964

Tints of Deep Sea #197964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.65%

R = 10.16%
G = 49.19%
B = 40.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#197964 (or 0x197964) is known color: Deep Sea. HEX triplet: 19, 79 and 64. RGB value is (25,121,100). Sum of RGB (Red+Green+Blue) = 25+121+100=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #197964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197964 is #E6869B. Grayscale: #595959. Windows color (decimal): -15107740 or 6584601. OLE color: 6584601.

HSL color Cylindrical-coordinate representation of color #197964: hue angle of 166.88º 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 #197964 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 121 100 -
CMYK 0.79 0 0.17 0.53
HSL 166.88º 0.66% 0.29% -
HSV(B) 166.88º 0.79% 0.47% -
XYZ 9.54 14.8 14.41 -
YUV 89.9 133.7 81.71 -
System Red Green Blue C M Y K H S L
Decimal 25 121 100 0.79 0 0.17 0.53 166.88 0.66 0.29
Hex 19 79 64 4F 0 11 35 A7 42 1D
Octal 31 171 144 117 0 21 65 247 102 35
Binary 11001 1111001 1100100 1001111 0 10001 110101 10100111 1000010 11101

Color Harmonies of #197964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197964

Black with #197964

Text Example


Text Example

White with #197964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197964; }

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

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

background-color css

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

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

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

border-color css

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

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

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