Html Css Color HEX #197C6A Deep Sea

📋 copy color: '#197C6A'

red 25 ◦ green 124 ◦ blue 106

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

Shades of Deep Sea #197C6A

Tints of Deep Sea #197C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.57%

R = 9.8%
G = 48.63%
B = 41.57%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#197C6A (or 0x197C6A) is known color: Deep Sea. HEX triplet: 19, 7C and 6A. RGB value is (25,124,106). Sum of RGB (Red+Green+Blue) = 25+124+106=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 124 (48.83% from 255 or 48.63% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 124 - color contains mainly: green. Hex color #197C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197C6A is #E68395. Grayscale: #5C5C5C. Windows color (decimal): -15106966 or 6978585. OLE color: 6978585.

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

Color convert

RGB 25 124 106 -
CMYK 0.80 0 0.15 0.51
HSL 169.09º 0.66% 0.29% -
HSV(B) 169.09º 0.8% 0.49% -
XYZ 10.21 15.66 16.12 -
YUV 92.35 135.7 79.96 -
System Red Green Blue C M Y K H S L
Decimal 25 124 106 0.80 0 0.15 0.51 169.09 0.66 0.29
Hex 19 7C 6A 50 0 F 33 A9 42 1D
Octal 31 174 152 120 0 17 63 251 102 35
Binary 11001 1111100 1101010 1010000 0 1111 110011 10101001 1000010 11101

Color Harmonies of #197C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197C6A

Black with #197C6A

Text Example


Text Example

White with #197C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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