Html Css Color HEX #197060 Deep Sea

📋 copy color: '#197060'

red 25 ◦ green 112 ◦ blue 96

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

Shades of Deep Sea #197060

Tints of Deep Sea #197060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.07%

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

R = 10.73%
G = 48.07%
B = 41.2%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#197060 (or 0x197060) is known color: Deep Sea. HEX triplet: 19, 70 and 60. RGB value is (25,112,96). Sum of RGB (Red+Green+Blue) = 25+112+96=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #197060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197060 is #E68F9F. Grayscale: #545454. Windows color (decimal): -15110048 or 6320153. OLE color: 6320153.

HSL color Cylindrical-coordinate representation of color #197060: hue angle of 168.97º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197060 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 112 96 -
CMYK 0.78 0 0.14 0.56
HSL 168.97º 0.64% 0.27% -
HSV(B) 168.97º 0.78% 0.44% -
XYZ 8.31 12.64 13.07 -
YUV 84.16 134.68 85.8 -
System Red Green Blue C M Y K H S L
Decimal 25 112 96 0.78 0 0.14 0.56 168.97 0.64 0.27
Hex 19 70 60 4E 0 E 38 A9 40 1B
Octal 31 160 140 116 0 16 70 251 100 33
Binary 11001 1110000 1100000 1001110 0 1110 111000 10101001 1000000 11011

Color Harmonies of #197060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197060

Black with #197060

Text Example


Text Example

White with #197060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197060; }

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

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

background-color css

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

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

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

border-color css

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

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

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