Html Css Color HEX #197C61 Deep Sea

📋 copy color: '#197C61'

red 25 ◦ green 124 ◦ blue 97

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

Shades of Deep Sea #197C61

Tints of Deep Sea #197C61

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50.41%

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

R = 10.16%
G = 50.41%
B = 39.43%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#197C61 (or 0x197C61) is known color: Deep Sea. HEX triplet: 19, 7C and 61. RGB value is (25,124,97). Sum of RGB (Red+Green+Blue) = 25+124+97=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #197C61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197C61 is #E6839E. Grayscale: #5B5B5B. Windows color (decimal): -15106975 or 6388761. OLE color: 6388761.

HSL color Cylindrical-coordinate representation of color #197C61: hue angle of 163.64º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197C61 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 124 97 -
CMYK 0.80 0 0.22 0.51
HSL 163.64º 0.66% 0.29% -
HSV(B) 163.64º 0.8% 0.49% -
XYZ 9.77 15.49 13.78 -
YUV 91.32 131.2 80.7 -
System Red Green Blue C M Y K H S L
Decimal 25 124 97 0.80 0 0.22 0.51 163.64 0.66 0.29
Hex 19 7C 61 50 0 16 33 A4 42 1D
Octal 31 174 141 120 0 26 63 244 102 35
Binary 11001 1111100 1100001 1010000 0 10110 110011 10100100 1000010 11101

Color Harmonies of #197C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197C61

Black with #197C61

Text Example


Text Example

White with #197C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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