Html Css Color HEX #197765 Deep Sea

📋 copy color: '#197765'

red 25 ◦ green 119 ◦ blue 101

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

Shades of Deep Sea #197765

Tints of Deep Sea #197765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.22%

R = 10.2%
G = 48.57%
B = 41.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#197765 (or 0x197765) is known color: Deep Sea. HEX triplet: 19, 77 and 65. RGB value is (25,119,101). Sum of RGB (Red+Green+Blue) = 25+119+101=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #197765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197765 is #E6889A. Grayscale: #585858. Windows color (decimal): -15108251 or 6649625. OLE color: 6649625.

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

Color convert

RGB 25 119 101 -
CMYK 0.79 0 0.15 0.53
HSL 168.51º 0.65% 0.28% -
HSV(B) 168.51º 0.79% 0.47% -
XYZ 9.35 14.34 14.59 -
YUV 88.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 25 119 101 0.79 0 0.15 0.53 168.51 0.65 0.28
Hex 19 77 65 4F 0 F 35 A9 41 1C
Octal 31 167 145 117 0 17 65 251 101 34
Binary 11001 1110111 1100101 1001111 0 1111 110101 10101001 1000001 11100

Color Harmonies of #197765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197765

Black with #197765

Text Example


Text Example

White with #197765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197765; }

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

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

background-color css

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

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

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

border-color css

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

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

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