#197A67

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

Shades of Deep Sea #197A67

Tints of Deep Sea #197A67

Color information

#197A67 (or 0x197A67) is unknown color: approx Deep Sea. HEX triplet: 19, 7A and 67. RGB value is (25,122,103). Sum of RGB (Red+Green+Blue) = 25+122+103=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 122 - color contains mainly: green. Hex color #197A67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197A67 is #E68598. Grayscale: #5A5A5A. Windows color (decimal): -15107481 or 6781465. OLE color: 6781465.

HSL color Cylindrical-coordinate representation of color #197A67: hue angle of 168.25º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197A67 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB25122103-
CMYK0.8000.160.52
HSL168.25º65.99%28.82%-
HSV(B)168.25º79.51%47.84%-
XYZ9.8115.1115.23-
YUV90.83134.8681.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10%
GREEN value IS 122 (48.05% from 255) = 48.8%
BLUE value IS 103 (40.62% from 255) = 41.2%
R=10%
G=48.8%
B=41.2%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal251221030.8000.160.52168.2565.9928.82
Hex197A675001034a8421d
Octal311721471200206425010235
Binary1100111110101100111101000001000011010010101000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,122,103); }

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

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

 a { background-color: rgb(25,122,103); }

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

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

 span { border-color: rgb(25,122,103); }

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