#197B6C

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

Shades of Deep Sea #197B6C

Tints of Deep Sea #197B6C

Color information

#197B6C (or 0x197B6C) is unknown color: approx Deep Sea. HEX triplet: 19, 7B and 6C. RGB value is (25,123,108). Sum of RGB (Red+Green+Blue) = 25+123+108=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #197B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197B6C is #E68493. Grayscale: #5B5B5B. Windows color (decimal): -15107220 or 7109401. OLE color: 7109401.

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

Color convert

RGB25123108-
CMYK0.8000.120.52
HSL170.82º66.22%29.02%-
HSV(B)170.82º79.67%48.24%-
XYZ10.1915.4616.63-
YUV91.99137.0380.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.77%
GREEN value IS 123 (48.44% from 255) = 48.05%
BLUE value IS 108 (42.58% from 255) = 42.19%
R=9.77%
G=48.05%
B=42.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal251231080.8000.120.52170.8266.2229.02
Hex197B6C500C34ab421d
Octal311731541200146425310235
Binary110011111011110110010100000110011010010101011100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,123,108); }

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

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

 a { background-color: rgb(25,123,108); }

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

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

 span { border-color: rgb(25,123,108); }

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