Html Css Color HEX #197960 Deep Sea

📋 copy color: '#197960'

red 25 ◦ green 121 ◦ blue 96

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

Shades of Deep Sea #197960

Tints of Deep Sea #197960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.67%

R = 10.33%
G = 50%
B = 39.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#197960 (or 0x197960) is known color: Deep Sea. HEX triplet: 19, 79 and 60. RGB value is (25,121,96). Sum of RGB (Red+Green+Blue) = 25+121+96=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #197960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197960 is #E6869F. Grayscale: #595959. Windows color (decimal): -15107744 or 6322457. OLE color: 6322457.

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

Color convert

RGB 25 121 96 -
CMYK 0.79 0 0.21 0.53
HSL 164.38º 0.66% 0.29% -
HSV(B) 164.38º 0.79% 0.47% -
XYZ 9.35 14.73 13.42 -
YUV 89.45 131.7 82.03 -
System Red Green Blue C M Y K H S L
Decimal 25 121 96 0.79 0 0.21 0.53 164.38 0.66 0.29
Hex 19 79 60 4F 0 15 35 A4 42 1D
Octal 31 171 140 117 0 25 65 244 102 35
Binary 11001 1111001 1100000 1001111 0 10101 110101 10100100 1000010 11101

Color Harmonies of #197960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197960

Black with #197960

Text Example


Text Example

White with #197960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197960; }

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

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

background-color css

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

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

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

border-color css

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

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

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