Html Css Color HEX #197A5C Deep Sea

📋 copy color: '#197A5C'

red 25 ◦ green 122 ◦ blue 92

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

Shades of Deep Sea #197A5C

Tints of Deep Sea #197A5C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 51.05%

 BLUE value IS 92 (36.33% from 255) = 38.49%

R = 10.46%
G = 51.05%
B = 38.49%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#197A5C (or 0x197A5C) is known color: Deep Sea. HEX triplet: 19, 7A and 5C. RGB value is (25,122,92). Sum of RGB (Red+Green+Blue) = 25+122+92=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 122 (48.05% from 255 or 51.05% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 122 - color contains mainly: green. Hex color #197A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197A5C is #E685A3. Grayscale: #595959. Windows color (decimal): -15107492 or 6060569. OLE color: 6060569.

HSL color Cylindrical-coordinate representation of color #197A5C: hue angle of 161.44º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197A5C is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 122 92 -
CMYK 0.80 0 0.25 0.52
HSL 161.44º 0.66% 0.29% -
HSV(B) 161.44º 0.8% 0.48% -
XYZ 9.29 14.9 12.51 -
YUV 89.58 129.36 81.94 -
System Red Green Blue C M Y K H S L
Decimal 25 122 92 0.80 0 0.25 0.52 161.44 0.66 0.29
Hex 19 7A 5C 50 0 19 34 A1 42 1D
Octal 31 172 134 120 0 31 64 241 102 35
Binary 11001 1111010 1011100 1010000 0 11001 110100 10100001 1000010 11101

Color Harmonies of #197A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197A5C

Black with #197A5C

Text Example


Text Example

White with #197A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,122,92); }

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

background-color css

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

 a { background-color: rgb(25,122,92); }

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

border-color css

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

 span { border-color: rgb(25,122,92); }

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