Html Css Color HEX #13786C Deep Sea

📋 copy color: '#13786C'

red 19 ◦ green 120 ◦ blue 108

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

Shades of Deep Sea #13786C

Tints of Deep Sea #13786C

RGB

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

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

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

R = 7.69%
G = 48.58%
B = 43.72%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#13786C (or 0x13786C) is known color: Deep Sea. HEX triplet: 13, 78 and 6C. RGB value is (19,120,108). Sum of RGB (Red+Green+Blue) = 19+120+108=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #13786C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13786C is #EC8793. Grayscale: #585858. Windows color (decimal): -15501204 or 7108627. OLE color: 7108627.

HSL color Cylindrical-coordinate representation of color #13786C: hue angle of 172.87º 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 #13786C is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 120 108 -
CMYK 0.84 0 0.10 0.53
HSL 172.87º 0.73% 0.27% -
HSV(B) 172.87º 0.84% 0.47% -
XYZ 9.69 14.65 16.51 -
YUV 88.43 139.04 78.48 -
System Red Green Blue C M Y K H S L
Decimal 19 120 108 0.84 0 0.10 0.53 172.87 0.73 0.27
Hex 13 78 6C 54 0 A 35 AD 49 1B
Octal 23 170 154 124 0 12 65 255 111 33
Binary 10011 1111000 1101100 1010100 0 1010 110101 10101101 1001001 11011

Color Harmonies of #13786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13786C

Black with #13786C

Text Example


Text Example

White with #13786C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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