Html Css Color HEX #197760 Deep Sea

📋 copy color: '#197760'

red 25 ◦ green 119 ◦ blue 96

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

Shades of Deep Sea #197760

Tints of Deep Sea #197760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.58%

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

R = 10.42%
G = 49.58%
B = 40%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#197760 (or 0x197760) is known color: Deep Sea. HEX triplet: 19, 77 and 60. RGB value is (25,119,96). Sum of RGB (Red+Green+Blue) = 25+119+96=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #197760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197760 is #E6889F. Grayscale: #585858. Windows color (decimal): -15108256 or 6321945. OLE color: 6321945.

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

Color convert

RGB 25 119 96 -
CMYK 0.79 0 0.19 0.53
HSL 165.32º 0.65% 0.28% -
HSV(B) 165.32º 0.79% 0.47% -
XYZ 9.11 14.24 13.34 -
YUV 88.27 132.36 82.87 -
System Red Green Blue C M Y K H S L
Decimal 25 119 96 0.79 0 0.19 0.53 165.32 0.65 0.28
Hex 19 77 60 4F 0 13 35 A5 41 1C
Octal 31 167 140 117 0 23 65 245 101 34
Binary 11001 1110111 1100000 1001111 0 10011 110101 10100101 1000001 11100

Color Harmonies of #197760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197760

Black with #197760

Text Example


Text Example

White with #197760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197760; }

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

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

background-color css

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

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

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

border-color css

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

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

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