Html Css Color HEX #197F69 Deep Sea

📋 copy color: '#197F69'

red 25 ◦ green 127 ◦ blue 105

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

Shades of Deep Sea #197F69

Tints of Deep Sea #197F69

RGB

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

 GREEN value IS 127 (50% from 255) = 49.42%

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

R = 9.73%
G = 49.42%
B = 40.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#197F69 (or 0x197F69) is known color: Deep Sea. HEX triplet: 19, 7F and 69. RGB value is (25,127,105). Sum of RGB (Red+Green+Blue) = 25+127+105=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #197F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197F69 is #E68096. Grayscale: #5D5D5D. Windows color (decimal): -15106199 or 6913817. OLE color: 6913817.

HSL color Cylindrical-coordinate representation of color #197F69: hue angle of 167.06º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197F69 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 127 105 -
CMYK 0.80 0 0.17 0.50
HSL 167.06º 0.67% 0.3% -
HSV(B) 167.06º 0.8% 0.5% -
XYZ 10.54 16.41 15.98 -
YUV 93.99 134.21 78.79 -
System Red Green Blue C M Y K H S L
Decimal 25 127 105 0.80 0 0.17 0.50 167.06 0.67 0.3
Hex 19 7F 69 50 0 11 32 A7 43 1E
Octal 31 177 151 120 0 21 62 247 103 36
Binary 11001 1111111 1101001 1010000 0 10001 110010 10100111 1000011 11110

Color Harmonies of #197F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197F69

Black with #197F69

Text Example


Text Example

White with #197F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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