Html Css Color HEX #197969 Deep Sea

📋 copy color: '#197969'

red 25 ◦ green 121 ◦ blue 105

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

Shades of Deep Sea #197969

Tints of Deep Sea #197969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.83%

R = 9.96%
G = 48.21%
B = 41.83%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#197969 (or 0x197969) is known color: Deep Sea. HEX triplet: 19, 79 and 69. RGB value is (25,121,105). Sum of RGB (Red+Green+Blue) = 25+121+105=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #197969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197969 is #E68696. Grayscale: #5A5A5A. Windows color (decimal): -15107735 or 6912281. OLE color: 6912281.

HSL color Cylindrical-coordinate representation of color #197969: hue angle of 170º 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 #197969 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 121 105 -
CMYK 0.79 0 0.13 0.53
HSL 170º 0.66% 0.29% -
HSV(B) 170º 0.79% 0.47% -
XYZ 9.79 14.9 15.72 -
YUV 90.47 136.2 81.3 -
System Red Green Blue C M Y K H S L
Decimal 25 121 105 0.79 0 0.13 0.53 170 0.66 0.29
Hex 19 79 69 4F 0 D 35 AA 42 1D
Octal 31 171 151 117 0 15 65 252 102 35
Binary 11001 1111001 1101001 1001111 0 1101 110101 10101010 1000010 11101

Color Harmonies of #197969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197969

Black with #197969

Text Example


Text Example

White with #197969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197969; }

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

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

background-color css

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

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

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

border-color css

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

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

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