Html Css Color HEX #197461 Deep Sea

📋 copy color: '#197461'

red 25 ◦ green 116 ◦ blue 97

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

Shades of Deep Sea #197461

Tints of Deep Sea #197461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.76%

R = 10.5%
G = 48.74%
B = 40.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#197461 (or 0x197461) is known color: Deep Sea. HEX triplet: 19, 74 and 61. RGB value is (25,116,97). Sum of RGB (Red+Green+Blue) = 25+116+97=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #197461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197461 is #E68B9E. Grayscale: #565656. Windows color (decimal): -15109023 or 6386713. OLE color: 6386713.

HSL color Cylindrical-coordinate representation of color #197461: hue angle of 167.47º 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 #197461 is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 116 97 -
CMYK 0.78 0 0.16 0.55
HSL 167.47º 0.65% 0.28% -
HSV(B) 167.47º 0.78% 0.45% -
XYZ 8.8 13.56 13.46 -
YUV 86.63 133.85 84.04 -
System Red Green Blue C M Y K H S L
Decimal 25 116 97 0.78 0 0.16 0.55 167.47 0.65 0.28
Hex 19 74 61 4E 0 10 37 A7 41 1C
Octal 31 164 141 116 0 20 67 247 101 34
Binary 11001 1110100 1100001 1001110 0 10000 110111 10100111 1000001 11100

Color Harmonies of #197461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197461

Black with #197461

Text Example


Text Example

White with #197461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197461; }

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

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

background-color css

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

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

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

border-color css

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

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

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