Html Css Color HEX #197460 Deep Sea

📋 copy color: '#197460'

red 25 ◦ green 116 ◦ blue 96

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

Shades of Deep Sea #197460

Tints of Deep Sea #197460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.95%

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

R = 10.55%
G = 48.95%
B = 40.51%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#197460 (or 0x197460) is known color: Deep Sea. HEX triplet: 19, 74 and 60. RGB value is (25,116,96). Sum of RGB (Red+Green+Blue) = 25+116+96=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #197460 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197460 is #E68B9F. Grayscale: #565656. Windows color (decimal): -15109024 or 6321177. OLE color: 6321177.

HSL color Cylindrical-coordinate representation of color #197460: hue angle of 166.81º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197460 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 116 96 -
CMYK 0.78 0 0.17 0.55
HSL 166.81º 0.65% 0.28% -
HSV(B) 166.81º 0.78% 0.45% -
XYZ 8.76 13.54 13.22 -
YUV 86.51 133.35 84.13 -
System Red Green Blue C M Y K H S L
Decimal 25 116 96 0.78 0 0.17 0.55 166.81 0.65 0.28
Hex 19 74 60 4E 0 11 37 A7 41 1C
Octal 31 164 140 116 0 21 67 247 101 34
Binary 11001 1110100 1100000 1001110 0 10001 110111 10100111 1000001 11100

Color Harmonies of #197460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197460

Black with #197460

Text Example


Text Example

White with #197460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197460; }

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

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

background-color css

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

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

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

border-color css

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

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

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