Html Css Color HEX #197C6F Deep Sea

📋 copy color: '#197C6F'

red 25 ◦ green 124 ◦ blue 111

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

Shades of Deep Sea #197C6F

Tints of Deep Sea #197C6F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.69%

 BLUE value IS 111 (43.75% from 255) = 42.69%

R = 9.62%
G = 47.69%
B = 42.69%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#197C6F (or 0x197C6F) is known color: Deep Sea. HEX triplet: 19, 7C and 6F. RGB value is (25,124,111). Sum of RGB (Red+Green+Blue) = 25+124+111=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 124 (48.83% from 255 or 47.69% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 124 - color contains mainly: green. Hex color #197C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197C6F is #E68390. Grayscale: #5C5C5C. Windows color (decimal): -15106961 or 7306265. OLE color: 7306265.

HSL color Cylindrical-coordinate representation of color #197C6F: hue angle of 172.12º degrees, saturation: 0.66, 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 #197C6F is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 124 111 -
CMYK 0.80 0 0.10 0.51
HSL 172.12º 0.66% 0.29% -
HSV(B) 172.12º 0.8% 0.49% -
XYZ 10.48 15.77 17.53 -
YUV 92.92 138.2 79.56 -
System Red Green Blue C M Y K H S L
Decimal 25 124 111 0.80 0 0.10 0.51 172.12 0.66 0.29
Hex 19 7C 6F 50 0 A 33 AC 42 1D
Octal 31 174 157 120 0 12 63 254 102 35
Binary 11001 1111100 1101111 1010000 0 1010 110011 10101100 1000010 11101

Color Harmonies of #197C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197C6F

Black with #197C6F

Text Example


Text Example

White with #197C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,124,111); }

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

background-color css

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

 a { background-color: rgb(25,124,111); }

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

border-color css

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

 span { border-color: rgb(25,124,111); }

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