Html Css Color HEX #13756A Deep Sea

📋 copy color: '#13756A'

red 19 ◦ green 117 ◦ blue 106

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

Shades of Deep Sea #13756A

Tints of Deep Sea #13756A

RGB

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

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

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

R = 7.85%
G = 48.35%
B = 43.8%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#13756A (or 0x13756A) is known color: Deep Sea. HEX triplet: 13, 75 and 6A. RGB value is (19,117,106). Sum of RGB (Red+Green+Blue) = 19+117+106=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #13756A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13756A is #EC8A95. Grayscale: #565656. Windows color (decimal): -15501974 or 6976787. OLE color: 6976787.

HSL color Cylindrical-coordinate representation of color #13756A: hue angle of 173.27º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13756A is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 117 106 -
CMYK 0.84 0 0.09 0.54
HSL 173.27º 0.72% 0.27% -
HSV(B) 173.27º 0.84% 0.46% -
XYZ 9.23 13.9 15.83 -
YUV 86.44 139.03 79.89 -
System Red Green Blue C M Y K H S L
Decimal 19 117 106 0.84 0 0.09 0.54 173.27 0.72 0.27
Hex 13 75 6A 54 0 9 36 AD 48 1B
Octal 23 165 152 124 0 11 66 255 110 33
Binary 10011 1110101 1101010 1010100 0 1001 110110 10101101 1001000 11011

Color Harmonies of #13756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13756A

Black with #13756A

Text Example


Text Example

White with #13756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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