Html Css Color HEX #19756B Deep Sea

📋 copy color: '#19756B'

red 25 ◦ green 117 ◦ blue 107

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

Shades of Deep Sea #19756B

Tints of Deep Sea #19756B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.97%

R = 10.04%
G = 46.99%
B = 42.97%

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

#19756B (or 0x19756B) is known color: Deep Sea. HEX triplet: 19, 75 and 6B. RGB value is (25,117,107). Sum of RGB (Red+Green+Blue) = 25+117+107=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 117 (46.09% from 255 or 46.99% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 117 - color contains mainly: green. Hex color #19756B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19756B is #E68A94. Grayscale: #585858. Windows color (decimal): -15108757 or 7042329. OLE color: 7042329.

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

Color convert

RGB 25 117 107 -
CMYK 0.79 0 0.09 0.54
HSL 173.48º 0.65% 0.28% -
HSV(B) 173.48º 0.79% 0.46% -
XYZ 9.42 13.99 16.11 -
YUV 88.35 138.52 82.81 -
System Red Green Blue C M Y K H S L
Decimal 25 117 107 0.79 0 0.09 0.54 173.48 0.65 0.28
Hex 19 75 6B 4F 0 9 36 AD 41 1C
Octal 31 165 153 117 0 11 66 255 101 34
Binary 11001 1110101 1101011 1001111 0 1001 110110 10101101 1000001 11100

Color Harmonies of #19756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19756B

Black with #19756B

Text Example


Text Example

White with #19756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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