#197266

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

Shades of Deep Sea #197266

Tints of Deep Sea #197266

Color information

#197266 (or 0x197266) is unknown color: approx Deep Sea. HEX triplet: 19, 72 and 66. RGB value is (25,114,102). Sum of RGB (Red+Green+Blue) = 25+114+102=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #197266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197266 is #E68D99. Grayscale: #555555. Windows color (decimal): -15109530 or 6713881. OLE color: 6713881.

HSL color Cylindrical-coordinate representation of color #197266: hue angle of 171.91º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197266 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB25114102-
CMYK0.7800.110.55
HSL171.91º64.03%27.25%-
HSV(B)171.91º78.07%44.71%-
XYZ8.8213.214.65-
YUV86.02137.0184.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.37%
GREEN value IS 114 (44.92% from 255) = 47.30%
BLUE value IS 102 (40.23% from 255) = 42.32%
R=10.37%
G=47.30%
B=42.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal251141020.7800.110.55171.9164.0327.25
Hex1972664E0B37ac401b
Octal311621461160136725410033
Binary110011110010110011010011100101111011110101100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197266; }

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

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

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

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

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

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

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

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