Html Css Color HEX #197967 Deep Sea

📋 copy color: '#197967'

red 25 ◦ green 121 ◦ blue 103

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

Shades of Deep Sea #197967

Tints of Deep Sea #197967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.37%

R = 10.04%
G = 48.59%
B = 41.37%

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

#197967 (or 0x197967) is known color: Deep Sea. HEX triplet: 19, 79 and 67. RGB value is (25,121,103). Sum of RGB (Red+Green+Blue) = 25+121+103=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #197967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197967 is #E68698. Grayscale: #5A5A5A. Windows color (decimal): -15107737 or 6781209. OLE color: 6781209.

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

Color convert

RGB 25 121 103 -
CMYK 0.79 0 0.15 0.53
HSL 168.75º 0.66% 0.29% -
HSV(B) 168.75º 0.79% 0.47% -
XYZ 9.69 14.86 15.19 -
YUV 90.24 135.2 81.46 -
System Red Green Blue C M Y K H S L
Decimal 25 121 103 0.79 0 0.15 0.53 168.75 0.66 0.29
Hex 19 79 67 4F 0 F 35 A9 42 1D
Octal 31 171 147 117 0 17 65 251 102 35
Binary 11001 1111001 1100111 1001111 0 1111 110101 10101001 1000010 11101

Color Harmonies of #197967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197967

Black with #197967

Text Example


Text Example

White with #197967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197967; }

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

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

background-color css

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

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

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

border-color css

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

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

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