#197b62

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

Shades of Deep Sea #197B62

Tints of Deep Sea #197B62

Color information

#197B62 (or 0x197B62) is unknown color: approx Deep Sea. HEX triplet: 19, 7B and 62. RGB value is (25,123,98). Sum of RGB (Red+Green+Blue) = 25+123+98=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 123 (48.44% from 255 or 50% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 123 - color contains mainly: green. Hex color #197B62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197B62 is #E6849D. Grayscale: #5A5A5A. Windows color (decimal): -15107230 or 6454041. OLE color: 6454041.

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

Color convert

RGB2512398-
CMYK0.8000.200.52
HSL164.69º66.22%29.02%-
HSV(B)164.69º79.67%48.24%-
XYZ9.6915.2513.99-
YUV90.85132.0381.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.16%
GREEN value IS 123 (48.44% from 255) = 50%
BLUE value IS 98 (38.67% from 255) = 39.84%
R=10.16%
G=50%
B=39.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25123980.8000.200.52164.6966.2229.02
Hex197B625001434a5421d
Octal311731421200246424510235
Binary1100111110111100010101000001010011010010100101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197b62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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