Html Css Color HEX #197C68 Deep Sea

📋 copy color: '#197C68'

red 25 ◦ green 124 ◦ blue 104

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

Shades of Deep Sea #197C68

Tints of Deep Sea #197C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.11%

R = 9.88%
G = 49.01%
B = 41.11%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#197C68 (or 0x197C68) is known color: Deep Sea. HEX triplet: 19, 7C and 68. RGB value is (25,124,104). Sum of RGB (Red+Green+Blue) = 25+124+104=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #197C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197C68 is #E68397. Grayscale: #5C5C5C. Windows color (decimal): -15106968 or 6847513. OLE color: 6847513.

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

Color convert

RGB 25 124 104 -
CMYK 0.80 0 0.16 0.51
HSL 167.88º 0.66% 0.29% -
HSV(B) 167.88º 0.8% 0.49% -
XYZ 10.11 15.62 15.58 -
YUV 92.12 134.7 80.13 -
System Red Green Blue C M Y K H S L
Decimal 25 124 104 0.80 0 0.16 0.51 167.88 0.66 0.29
Hex 19 7C 68 50 0 10 33 A8 42 1D
Octal 31 174 150 120 0 20 63 250 102 35
Binary 11001 1111100 1101000 1010000 0 10000 110011 10101000 1000010 11101

Color Harmonies of #197C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197C68

Black with #197C68

Text Example


Text Example

White with #197C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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