Html Css Color HEX #197A6F Deep Sea

📋 copy color: '#197A6F'

red 25 ◦ green 122 ◦ blue 111

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

Shades of Deep Sea #197A6F

Tints of Deep Sea #197A6F

RGB

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

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

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

R = 9.69%
G = 47.29%
B = 43.02%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#197A6F (or 0x197A6F) is known color: Deep Sea. HEX triplet: 19, 7A and 6F. RGB value is (25,122,111). Sum of RGB (Red+Green+Blue) = 25+122+111=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 122 - color contains mainly: green. Hex color #197A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197A6F is #E68590. Grayscale: #5B5B5B. Windows color (decimal): -15107473 or 7305753. OLE color: 7305753.

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

Color convert

RGB 25 122 111 -
CMYK 0.80 0 0.09 0.52
HSL 173.2º 0.66% 0.29% -
HSV(B) 173.2º 0.8% 0.48% -
XYZ 10.23 15.27 17.45 -
YUV 91.74 138.86 80.39 -
System Red Green Blue C M Y K H S L
Decimal 25 122 111 0.80 0 0.09 0.52 173.2 0.66 0.29
Hex 19 7A 6F 50 0 9 34 AD 42 1D
Octal 31 172 157 120 0 11 64 255 102 35
Binary 11001 1111010 1101111 1010000 0 1001 110100 10101101 1000010 11101

Color Harmonies of #197A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197A6F

Black with #197A6F

Text Example


Text Example

White with #197A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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