Html Css Color HEX #197F5F Deep Sea

📋 copy color: '#197F5F'

red 25 ◦ green 127 ◦ blue 95

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

Shades of Deep Sea #197F5F

Tints of Deep Sea #197F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.46%

R = 10.12%
G = 51.42%
B = 38.46%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#197F5F (or 0x197F5F) is known color: Deep Sea. HEX triplet: 19, 7F and 5F. RGB value is (25,127,95). Sum of RGB (Red+Green+Blue) = 25+127+95=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #197F5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197F5F is #E680A0. Grayscale: #5C5C5C. Windows color (decimal): -15106209 or 6258457. OLE color: 6258457.

HSL color Cylindrical-coordinate representation of color #197F5F: hue angle of 161.18º 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 #197F5F is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 127 95 -
CMYK 0.80 0 0.25 0.50
HSL 161.18º 0.67% 0.3% -
HSV(B) 161.18º 0.8% 0.5% -
XYZ 10.06 16.21 13.43 -
YUV 92.85 129.21 79.6 -
System Red Green Blue C M Y K H S L
Decimal 25 127 95 0.80 0 0.25 0.50 161.18 0.67 0.3
Hex 19 7F 5F 50 0 19 32 A1 43 1E
Octal 31 177 137 120 0 31 62 241 103 36
Binary 11001 1111111 1011111 1010000 0 11001 110010 10100001 1000011 11110

Color Harmonies of #197F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197F5F

Black with #197F5F

Text Example


Text Example

White with #197F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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