Html Css Color HEX #197468 Deep Sea

📋 copy color: '#197468'

red 25 ◦ green 116 ◦ blue 104

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

Shades of Deep Sea #197468

Tints of Deep Sea #197468

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.35%

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

R = 10.2%
G = 47.35%
B = 42.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#197468 (or 0x197468) is known color: Deep Sea. HEX triplet: 19, 74 and 68. RGB value is (25,116,104). Sum of RGB (Red+Green+Blue) = 25+116+104=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #197468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197468 is #E68B97. Grayscale: #575757. Windows color (decimal): -15109016 or 6845465. OLE color: 6845465.

HSL color Cylindrical-coordinate representation of color #197468: hue angle of 172.09º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197468 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 116 104 -
CMYK 0.78 0 0.10 0.55
HSL 172.09º 0.65% 0.28% -
HSV(B) 172.09º 0.78% 0.45% -
XYZ 9.14 13.7 15.26 -
YUV 87.42 137.35 83.48 -
System Red Green Blue C M Y K H S L
Decimal 25 116 104 0.78 0 0.10 0.55 172.09 0.65 0.28
Hex 19 74 68 4E 0 A 37 AC 41 1C
Octal 31 164 150 116 0 12 67 254 101 34
Binary 11001 1110100 1101000 1001110 0 1010 110111 10101100 1000001 11100

Color Harmonies of #197468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197468

Black with #197468

Text Example


Text Example

White with #197468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197468; }

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

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

background-color css

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

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

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

border-color css

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

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

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