Html Css Color HEX #197D68 Deep Sea

📋 copy color: '#197D68'

red 25 ◦ green 125 ◦ blue 104

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

Shades of Deep Sea #197D68

Tints of Deep Sea #197D68

RGB

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

 GREEN value IS 125 (49.22% from 255) = 49.21%

 BLUE value IS 104 (41.02% from 255) = 40.94%

R = 9.84%
G = 49.21%
B = 40.94%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#197D68 (or 0x197D68) is known color: Deep Sea. HEX triplet: 19, 7D and 68. RGB value is (25,125,104). Sum of RGB (Red+Green+Blue) = 25+125+104=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 125 (49.22% from 255 or 49.21% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 125 - color contains mainly: green. Hex color #197D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197D68 is #E68297. Grayscale: #5C5C5C. Windows color (decimal): -15106712 or 6847769. OLE color: 6847769.

HSL color Cylindrical-coordinate representation of color #197D68: hue angle of 167.4º degrees, saturation: 0.67, 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 #197D68 is Cyan = 0.8, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 125 104 -
CMYK 0.8 0 0.17 0.51
HSL 167.4º 0.67% 0.29% -
HSV(B) 167.4º 0.8% 0.49% -
XYZ 10.23 15.87 15.62 -
YUV 92.71 134.37 79.71 -
System Red Green Blue C M Y K H S L
Decimal 25 125 104 0.8 0 0.17 0.51 167.4 0.67 0.29
Hex 19 7D 68 50 0 11 33 A7 43 1D
Octal 31 175 150 120 0 21 63 247 103 35
Binary 11001 1111101 1101000 1010000 0 10001 110011 10100111 1000011 11101

Color Harmonies of #197D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197D68

Black with #197D68

Text Example


Text Example

White with #197D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,125,104); }

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

background-color css

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

 a { background-color: rgb(25,125,104); }

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

border-color css

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

 span { border-color: rgb(25,125,104); }

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