Html Css Color HEX #197966 Deep Sea

📋 copy color: '#197966'

red 25 ◦ green 121 ◦ blue 102

#197966
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #197966

Tints of Deep Sea #197966

RGB

 RED value IS 25 (10.16% from 255) = 10.08%

 GREEN value IS 121 (47.66% from 255) = 48.79%

 BLUE value IS 102 (40.23% from 255) = 41.13%

R = 10.08%
G = 48.79%
B = 41.13%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#197966 (or 0x197966) is known color: Deep Sea. HEX triplet: 19, 79 and 66. RGB value is (25,121,102). Sum of RGB (Red+Green+Blue) = 25+121+102=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #197966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197966 is #E68699. Grayscale: #5A5A5A. Windows color (decimal): -15107738 or 6715673. OLE color: 6715673.

HSL color Cylindrical-coordinate representation of color #197966: hue angle of 168.12º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197966 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 121 102 -
CMYK 0.79 0 0.16 0.53
HSL 168.13º 0.66% 0.29% -
HSV(B) 168.13º 0.79% 0.47% -
XYZ 9.64 14.84 14.93 -
YUV 90.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 25 121 102 0.79 0 0.16 0.53 168.13 0.66 0.29
Hex 19 79 66 4F 0 10 35 A8 42 1D
Octal 31 171 146 117 0 20 65 250 102 35
Binary 11001 1111001 1100110 1001111 0 10000 110101 10101000 1000010 11101

Color Harmonies of #197966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197966

Black with #197966

Text Example


Text Example

White with #197966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197966; }

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

 H1.HeaderClassName
 {
   color: #197966;
 }
 .AnyTagClassName
 {
   color: #197966;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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