Html Css Color HEX #19776A Deep Sea

📋 copy color: '#19776A'

red 25 ◦ green 119 ◦ blue 106

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

Shades of Deep Sea #19776A

Tints of Deep Sea #19776A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.6%

 BLUE value IS 106 (41.8% from 255) = 42.4%

R = 10%
G = 47.6%
B = 42.4%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#19776A (or 0x19776A) is known color: Deep Sea. HEX triplet: 19, 77 and 6A. RGB value is (25,119,106). Sum of RGB (Red+Green+Blue) = 25+119+106=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #19776A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19776A is #E68895. Grayscale: #595959. Windows color (decimal): -15108246 or 6977305. OLE color: 6977305.

HSL color Cylindrical-coordinate representation of color #19776A: hue angle of 171.7º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19776A is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 119 106 -
CMYK 0.79 0 0.11 0.53
HSL 171.7º 0.65% 0.28% -
HSV(B) 171.7º 0.79% 0.47% -
XYZ 9.6 14.44 15.92 -
YUV 89.41 137.36 82.06 -
System Red Green Blue C M Y K H S L
Decimal 25 119 106 0.79 0 0.11 0.53 171.7 0.65 0.28
Hex 19 77 6A 4F 0 B 35 AC 41 1C
Octal 31 167 152 117 0 13 65 254 101 34
Binary 11001 1110111 1101010 1001111 0 1011 110101 10101100 1000001 11100

Color Harmonies of #19776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19776A

Black with #19776A

Text Example


Text Example

White with #19776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19776A; }

 p { color: rgb(25,119,106); }

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

background-color css

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

 a { background-color: rgb(25,119,106); }

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

border-color css

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

 span { border-color: rgb(25,119,106); }

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