Html Css Color HEX #197860 Deep Sea

📋 copy color: '#197860'

red 25 ◦ green 120 ◦ blue 96

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

Shades of Deep Sea #197860

Tints of Deep Sea #197860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.79%

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

R = 10.37%
G = 49.79%
B = 39.83%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#197860 (or 0x197860) is known color: Deep Sea. HEX triplet: 19, 78 and 60. RGB value is (25,120,96). Sum of RGB (Red+Green+Blue) = 25+120+96=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #197860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197860 is #E6879F. Grayscale: #585858. Windows color (decimal): -15108000 or 6322201. OLE color: 6322201.

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

Color convert

RGB 25 120 96 -
CMYK 0.79 0 0.2 0.53
HSL 164.84º 0.66% 0.28% -
HSV(B) 164.84º 0.79% 0.47% -
XYZ 9.23 14.48 13.38 -
YUV 88.86 132.03 82.45 -
System Red Green Blue C M Y K H S L
Decimal 25 120 96 0.79 0 0.2 0.53 164.84 0.66 0.28
Hex 19 78 60 4F 0 14 35 A5 42 1C
Octal 31 170 140 117 0 24 65 245 102 34
Binary 11001 1111000 1100000 1001111 0 10100 110101 10100101 1000010 11100

Color Harmonies of #197860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197860

Black with #197860

Text Example


Text Example

White with #197860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197860; }

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

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

background-color css

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

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

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

border-color css

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

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

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