Html Css Color HEX #197363 Deep Sea

📋 copy color: '#197363'

red 25 ◦ green 115 ◦ blue 99

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

Shades of Deep Sea #197363

Tints of Deep Sea #197363

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.12%

 BLUE value IS 99 (39.06% from 255) = 41.42%

R = 10.46%
G = 48.12%
B = 41.42%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#197363 (or 0x197363) is known color: Deep Sea. HEX triplet: 19, 73 and 63. RGB value is (25,115,99). Sum of RGB (Red+Green+Blue) = 25+115+99=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #197363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197363 is #E68C9C. Grayscale: #565656. Windows color (decimal): -15109277 or 6517529. OLE color: 6517529.

HSL color Cylindrical-coordinate representation of color #197363: hue angle of 169.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197363 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 115 99 -
CMYK 0.78 0 0.14 0.55
HSL 169.33º 0.64% 0.27% -
HSV(B) 169.33º 0.78% 0.45% -
XYZ 8.78 13.37 13.92 -
YUV 86.27 135.18 84.3 -
System Red Green Blue C M Y K H S L
Decimal 25 115 99 0.78 0 0.14 0.55 169.33 0.64 0.27
Hex 19 73 63 4E 0 E 37 A9 40 1B
Octal 31 163 143 116 0 16 67 251 100 33
Binary 11001 1110011 1100011 1001110 0 1110 110111 10101001 1000000 11011

Color Harmonies of #197363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197363

Black with #197363

Text Example


Text Example

White with #197363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197363; }

 p { color: rgb(25,115,99); }

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

background-color css

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

 a { background-color: rgb(25,115,99); }

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

border-color css

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

 span { border-color: rgb(25,115,99); }

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