Html Css Color HEX #197C66 Deep Sea

📋 copy color: '#197C66'

red 25 ◦ green 124 ◦ blue 102

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

Shades of Deep Sea #197C66

Tints of Deep Sea #197C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.64%

R = 9.96%
G = 49.4%
B = 40.64%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#197C66 (or 0x197C66) is known color: Deep Sea. HEX triplet: 19, 7C and 66. RGB value is (25,124,102). Sum of RGB (Red+Green+Blue) = 25+124+102=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 124 (48.83% from 255 or 49.40% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 124 - color contains mainly: green. Hex color #197C66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197C66 is #E68399. Grayscale: #5B5B5B. Windows color (decimal): -15106970 or 6716441. OLE color: 6716441.

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

Color convert

RGB 25 124 102 -
CMYK 0.80 0 0.18 0.51
HSL 166.67º 0.66% 0.29% -
HSV(B) 166.67º 0.8% 0.49% -
XYZ 10.01 15.58 15.05 -
YUV 91.89 133.7 80.29 -
System Red Green Blue C M Y K H S L
Decimal 25 124 102 0.80 0 0.18 0.51 166.67 0.66 0.29
Hex 19 7C 66 50 0 12 33 A7 42 1D
Octal 31 174 146 120 0 22 63 247 102 35
Binary 11001 1111100 1100110 1010000 0 10010 110011 10100111 1000010 11101

Color Harmonies of #197C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197C66

Black with #197C66

Text Example


Text Example

White with #197C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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