Html Css Color HEX #197C71 Deep Sea

📋 copy color: '#197C71'

red 25 ◦ green 124 ◦ blue 113

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

Shades of Deep Sea #197C71

Tints of Deep Sea #197C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.13%

R = 9.54%
G = 47.33%
B = 43.13%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#197C71 (or 0x197C71) is known color: Deep Sea. HEX triplet: 19, 7C and 71. RGB value is (25,124,113). Sum of RGB (Red+Green+Blue) = 25+124+113=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 124 - color contains mainly: green. Hex color #197C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197C71 is #E6838E. Grayscale: #5D5D5D. Windows color (decimal): -15106959 or 7437337. OLE color: 7437337.

HSL color Cylindrical-coordinate representation of color #197C71: hue angle of 173.33º 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 #197C71 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 124 113 -
CMYK 0.80 0 0.09 0.51
HSL 173.33º 0.66% 0.29% -
HSV(B) 173.33º 0.8% 0.49% -
XYZ 10.59 15.81 18.12 -
YUV 93.15 139.2 79.39 -
System Red Green Blue C M Y K H S L
Decimal 25 124 113 0.80 0 0.09 0.51 173.33 0.66 0.29
Hex 19 7C 71 50 0 9 33 AD 42 1D
Octal 31 174 161 120 0 11 63 255 102 35
Binary 11001 1111100 1110001 1010000 0 1001 110011 10101101 1000010 11101

Color Harmonies of #197C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197C71

Black with #197C71

Text Example


Text Example

White with #197C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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