Html Css Color HEX #197C6B Deep Sea

📋 copy color: '#197C6B'

red 25 ◦ green 124 ◦ blue 107

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

Shades of Deep Sea #197C6B

Tints of Deep Sea #197C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.8%

R = 9.77%
G = 48.44%
B = 41.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#197C6B (or 0x197C6B) is known color: Deep Sea. HEX triplet: 19, 7C and 6B. RGB value is (25,124,107). Sum of RGB (Red+Green+Blue) = 25+124+107=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #197C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197C6B is #E68394. Grayscale: #5C5C5C. Windows color (decimal): -15106965 or 7044121. OLE color: 7044121.

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

Color convert

RGB 25 124 107 -
CMYK 0.80 0 0.14 0.51
HSL 169.7º 0.66% 0.29% -
HSV(B) 169.7º 0.8% 0.49% -
XYZ 10.26 15.68 16.4 -
YUV 92.46 136.2 79.88 -
System Red Green Blue C M Y K H S L
Decimal 25 124 107 0.80 0 0.14 0.51 169.7 0.66 0.29
Hex 19 7C 6B 50 0 E 33 AA 42 1D
Octal 31 174 153 120 0 16 63 252 102 35
Binary 11001 1111100 1101011 1010000 0 1110 110011 10101010 1000010 11101

Color Harmonies of #197C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197C6B

Black with #197C6B

Text Example


Text Example

White with #197C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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