#197C68

Color #197C68 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #197C68

Tints of Deep Sea #197C68

Color information

#197C68 (or 0x197C68) is unknown color: approx 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

RGB25124104-
CMYK0.8000.160.51
HSL167.88º66.44%29.22%-
HSV(B)167.88º79.84%48.63%-
XYZ10.1115.6215.58-
YUV92.12134.780.13-

RGB Variations

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

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 (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal251241040.8000.160.51167.8866.4429.22
Hex197C685001033a8421d
Octal311741501200206325010235
Binary1100111111001101000101000001000011001110101000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>