Html Css Color HEX #197769 Deep Sea

📋 copy color: '#197769'

red 25 ◦ green 119 ◦ blue 105

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

Shades of Deep Sea #197769

Tints of Deep Sea #197769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.79%

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

R = 10.04%
G = 47.79%
B = 42.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#197769 (or 0x197769) is known color: Deep Sea. HEX triplet: 19, 77 and 69. RGB value is (25,119,105). Sum of RGB (Red+Green+Blue) = 25+119+105=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 119 - color contains mainly: green. Hex color #197769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197769 is #E68896. Grayscale: #595959. Windows color (decimal): -15108247 or 6911769. OLE color: 6911769.

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

Color convert

RGB 25 119 105 -
CMYK 0.79 0 0.12 0.53
HSL 171.06º 0.65% 0.28% -
HSV(B) 171.06º 0.79% 0.47% -
XYZ 9.55 14.42 15.64 -
YUV 89.3 136.86 82.14 -
System Red Green Blue C M Y K H S L
Decimal 25 119 105 0.79 0 0.12 0.53 171.06 0.65 0.28
Hex 19 77 69 4F 0 C 35 AB 41 1C
Octal 31 167 151 117 0 14 65 253 101 34
Binary 11001 1110111 1101001 1001111 0 1100 110101 10101011 1000001 11100

Color Harmonies of #197769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197769

Black with #197769

Text Example


Text Example

White with #197769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197769; }

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

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

background-color css

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

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

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

border-color css

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

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

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