Html Css Color HEX #19756A Deep Sea

📋 copy color: '#19756A'

red 25 ◦ green 117 ◦ blue 106

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

Shades of Deep Sea #19756A

Tints of Deep Sea #19756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.18%

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

R = 10.08%
G = 47.18%
B = 42.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#19756A (or 0x19756A) is known color: Deep Sea. HEX triplet: 19, 75 and 6A. RGB value is (25,117,106). Sum of RGB (Red+Green+Blue) = 25+117+106=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #19756A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19756A is #E68A95. Grayscale: #585858. Windows color (decimal): -15108758 or 6976793. OLE color: 6976793.

HSL color Cylindrical-coordinate representation of color #19756A: hue angle of 172.83º 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 #19756A is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 117 106 -
CMYK 0.79 0 0.09 0.54
HSL 172.83º 0.65% 0.28% -
HSV(B) 172.83º 0.79% 0.46% -
XYZ 9.36 13.97 15.84 -
YUV 88.24 138.02 82.89 -
System Red Green Blue C M Y K H S L
Decimal 25 117 106 0.79 0 0.09 0.54 172.83 0.65 0.28
Hex 19 75 6A 4F 0 9 36 AD 41 1C
Octal 31 165 152 117 0 11 66 255 101 34
Binary 11001 1110101 1101010 1001111 0 1001 110110 10101101 1000001 11100

Color Harmonies of #19756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19756A

Black with #19756A

Text Example


Text Example

White with #19756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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