Html Css Color HEX #197D69 Deep Sea

📋 copy color: '#197D69'

red 25 ◦ green 125 ◦ blue 105

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

Shades of Deep Sea #197D69

Tints of Deep Sea #197D69

RGB

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

 GREEN value IS 125 (49.22% from 255) = 49.02%

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

R = 9.8%
G = 49.02%
B = 41.18%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#197D69 (or 0x197D69) is known color: Deep Sea. HEX triplet: 19, 7D and 69. RGB value is (25,125,105). Sum of RGB (Red+Green+Blue) = 25+125+105=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 125 (49.22% from 255 or 49.02% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 125 - color contains mainly: green. Hex color #197D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197D69 is #E68296. Grayscale: #5C5C5C. Windows color (decimal): -15106711 or 6913305. OLE color: 6913305.

HSL color Cylindrical-coordinate representation of color #197D69: hue angle of 168º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197D69 is Cyan = 0.8, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 125 105 -
CMYK 0.8 0 0.16 0.51
HSL 168º 0.67% 0.29% -
HSV(B) 168º 0.8% 0.49% -
XYZ 10.28 15.89 15.89 -
YUV 92.82 134.87 79.63 -
System Red Green Blue C M Y K H S L
Decimal 25 125 105 0.8 0 0.16 0.51 168 0.67 0.29
Hex 19 7D 69 50 0 10 33 A8 43 1D
Octal 31 175 151 120 0 20 63 250 103 35
Binary 11001 1111101 1101001 1010000 0 10000 110011 10101000 1000011 11101

Color Harmonies of #197D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197D69

Black with #197D69

Text Example


Text Example

White with #197D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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