Html Css Color HEX #19766C Deep Sea

📋 copy color: '#19766C'

red 25 ◦ green 118 ◦ blue 108

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

Shades of Deep Sea #19766C

Tints of Deep Sea #19766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.01%

 BLUE value IS 108 (42.58% from 255) = 43.03%

R = 9.96%
G = 47.01%
B = 43.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#19766C (or 0x19766C) is known color: Deep Sea. HEX triplet: 19, 76 and 6C. RGB value is (25,118,108). Sum of RGB (Red+Green+Blue) = 25+118+108=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #19766C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19766C is #E68993. Grayscale: #585858. Windows color (decimal): -15108500 or 7108121. OLE color: 7108121.

HSL color Cylindrical-coordinate representation of color #19766C: hue angle of 173.55º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19766C is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 118 108 -
CMYK 0.79 0 0.08 0.54
HSL 173.55º 0.65% 0.28% -
HSV(B) 173.55º 0.79% 0.46% -
XYZ 9.59 14.25 16.43 -
YUV 89.05 138.69 82.31 -
System Red Green Blue C M Y K H S L
Decimal 25 118 108 0.79 0 0.08 0.54 173.55 0.65 0.28
Hex 19 76 6C 4F 0 8 36 AE 41 1C
Octal 31 166 154 117 0 10 66 256 101 34
Binary 11001 1110110 1101100 1001111 0 1000 110110 10101110 1000001 11100

Color Harmonies of #19766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19766C

Black with #19766C

Text Example


Text Example

White with #19766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19766C; }

 p { color: rgb(25,118,108); }

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

background-color css

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

 a { background-color: rgb(25,118,108); }

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

border-color css

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

 span { border-color: rgb(25,118,108); }

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