#197F6E

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

Shades of Deep Sea #197F6E

Tints of Deep Sea #197F6E

Color information

#197F6E (or 0x197F6E) is unknown color: approx Deep Sea. HEX triplet: 19, 7F and 6E. RGB value is (25,127,110). Sum of RGB (Red+Green+Blue) = 25+127+110=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #197F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197F6E is #E68091. Grayscale: #5E5E5E. Windows color (decimal): -15106194 or 7241497. OLE color: 7241497.

HSL color Cylindrical-coordinate representation of color #197F6E: hue angle of 170º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197F6E is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB25127110-
CMYK0.8000.130.50
HSL170º67.11%29.8%-
HSV(B)170º80.31%49.8%-
XYZ10.816.5117.37-
YUV94.56136.7178.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.54%
GREEN value IS 127 (50% from 255) = 48.47%
BLUE value IS 110 (43.36% from 255) = 41.98%
R=9.54%
G=48.47%
B=41.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal251271100.8000.130.5017067.1129.8
Hex197F6E500D32aa431e
Octal311771561200156225210336
Binary110011111111110111010100000110111001010101010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,127,110); }

 H1.HeaderClassName
 {
   color: #197F6E;
 }
 .AnyTagClassName
 {
   color: #197F6E;
 }
</style>
background-color css

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

 a { background-color: rgb(25,127,110); }

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

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

 span { border-color: rgb(25,127,110); }

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