Html Css Color HEX #13786E Deep Sea

📋 copy color: '#13786E'

red 19 ◦ green 120 ◦ blue 110

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

Shades of Deep Sea #13786E

Tints of Deep Sea #13786E

RGB

 RED value IS 19 (7.81% from 255) = 7.63%

 GREEN value IS 120 (47.27% from 255) = 48.19%

 BLUE value IS 110 (43.36% from 255) = 44.18%

R = 7.63%
G = 48.19%
B = 44.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#13786E (or 0x13786E) is known color: Deep Sea. HEX triplet: 13, 78 and 6E. RGB value is (19,120,110). Sum of RGB (Red+Green+Blue) = 19+120+110=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #13786E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13786E is #EC8791. Grayscale: #585858. Windows color (decimal): -15501202 or 7239699. OLE color: 7239699.

HSL color Cylindrical-coordinate representation of color #13786E: hue angle of 174.06º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13786E is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 120 110 -
CMYK 0.84 0 0.08 0.53
HSL 174.06º 0.73% 0.27% -
HSV(B) 174.06º 0.84% 0.47% -
XYZ 9.8 14.7 17.07 -
YUV 88.66 140.04 78.31 -
System Red Green Blue C M Y K H S L
Decimal 19 120 110 0.84 0 0.08 0.53 174.06 0.73 0.27
Hex 13 78 6E 54 0 8 35 AE 49 1B
Octal 23 170 156 124 0 10 65 256 111 33
Binary 10011 1111000 1101110 1010100 0 1000 110101 10101110 1001001 11011

Color Harmonies of #13786E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13786E

Black with #13786E

Text Example


Text Example

White with #13786E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13786E; }

 p { color: rgb(19,120,110); }

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

background-color css

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

 a { background-color: rgb(19,120,110); }

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

border-color css

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

 span { border-color: rgb(19,120,110); }

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