Html Css Color HEX #197965 Deep Sea

📋 copy color: '#197965'

red 25 ◦ green 121 ◦ blue 101

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

Shades of Deep Sea #197965

Tints of Deep Sea #197965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.89%

R = 10.12%
G = 48.99%
B = 40.89%

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

#197965 (or 0x197965) is known color: Deep Sea. HEX triplet: 19, 79 and 65. RGB value is (25,121,101). Sum of RGB (Red+Green+Blue) = 25+121+101=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 121 - color contains mainly: green. Hex color #197965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197965 is #E6869A. Grayscale: #5A5A5A. Windows color (decimal): -15107739 or 6650137. OLE color: 6650137.

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

Color convert

RGB 25 121 101 -
CMYK 0.79 0 0.17 0.53
HSL 167.5º 0.66% 0.29% -
HSV(B) 167.5º 0.79% 0.47% -
XYZ 9.59 14.82 14.67 -
YUV 90.02 134.2 81.63 -
System Red Green Blue C M Y K H S L
Decimal 25 121 101 0.79 0 0.17 0.53 167.5 0.66 0.29
Hex 19 79 65 4F 0 11 35 A8 42 1D
Octal 31 171 145 117 0 21 65 250 102 35
Binary 11001 1111001 1100101 1001111 0 10001 110101 10101000 1000010 11101

Color Harmonies of #197965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197965

Black with #197965

Text Example


Text Example

White with #197965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197965; }

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

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

background-color css

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

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

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

border-color css

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

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

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