Html Css Color HEX #13786F Deep Sea

📋 copy color: '#13786F'

red 19 ◦ green 120 ◦ blue 111

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

Shades of Deep Sea #13786F

Tints of Deep Sea #13786F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.4%

R = 7.6%
G = 48%
B = 44.4%

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

#13786F (or 0x13786F) is known color: Deep Sea. HEX triplet: 13, 78 and 6F. RGB value is (19,120,111). Sum of RGB (Red+Green+Blue) = 19+120+111=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #13786F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13786F is #EC8790. Grayscale: #585858. Windows color (decimal): -15501201 or 7305235. OLE color: 7305235.

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

Color convert

RGB 19 120 111 -
CMYK 0.84 0 0.08 0.53
HSL 174.65º 0.73% 0.27% -
HSV(B) 174.65º 0.84% 0.47% -
XYZ 9.85 14.72 17.36 -
YUV 88.78 140.54 78.23 -
System Red Green Blue C M Y K H S L
Decimal 19 120 111 0.84 0 0.08 0.53 174.65 0.73 0.27
Hex 13 78 6F 54 0 8 35 AF 49 1B
Octal 23 170 157 124 0 10 65 257 111 33
Binary 10011 1111000 1101111 1010100 0 1000 110101 10101111 1001001 11011

Color Harmonies of #13786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13786F

Black with #13786F

Text Example


Text Example

White with #13786F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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