Html Css Color HEX #197E68 Deep Sea

📋 copy color: '#197E68'

red 25 ◦ green 126 ◦ blue 104

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

Shades of Deep Sea #197E68

Tints of Deep Sea #197E68

RGB

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

 GREEN value IS 126 (49.61% from 255) = 49.41%

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

R = 9.8%
G = 49.41%
B = 40.78%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#197E68 (or 0x197E68) is known color: Deep Sea. HEX triplet: 19, 7E and 68. RGB value is (25,126,104). Sum of RGB (Red+Green+Blue) = 25+126+104=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 126 (49.61% from 255 or 49.41% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 126 - color contains mainly: green. Hex color #197E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197E68 is #E68197. Grayscale: #5D5D5D. Windows color (decimal): -15106456 or 6848025. OLE color: 6848025.

HSL color Cylindrical-coordinate representation of color #197E68: hue angle of 166.93º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197E68 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 126 104 -
CMYK 0.80 0 0.17 0.51
HSL 166.93º 0.67% 0.3% -
HSV(B) 166.93º 0.8% 0.49% -
XYZ 10.36 16.13 15.66 -
YUV 93.29 134.04 79.29 -
System Red Green Blue C M Y K H S L
Decimal 25 126 104 0.80 0 0.17 0.51 166.93 0.67 0.3
Hex 19 7E 68 50 0 11 33 A7 43 1E
Octal 31 176 150 120 0 21 63 247 103 36
Binary 11001 1111110 1101000 1010000 0 10001 110011 10100111 1000011 11110

Color Harmonies of #197E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197E68

Black with #197E68

Text Example


Text Example

White with #197E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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