Html Css Color HEX #14746D Deep Sea

📋 copy color: '#14746D'

red 20 ◦ green 116 ◦ blue 109

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

Shades of Deep Sea #14746D

Tints of Deep Sea #14746D

RGB

 RED value IS 20 (8.2% from 255) = 8.16%

 GREEN value IS 116 (45.7% from 255) = 47.35%

 BLUE value IS 109 (42.97% from 255) = 44.49%

R = 8.16%
G = 47.35%
B = 44.49%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#14746D (or 0x14746D) is known color: Deep Sea. HEX triplet: 14, 74 and 6D. RGB value is (20,116,109). Sum of RGB (Red+Green+Blue) = 20+116+109=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #14746D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14746D is #EB8B92. Grayscale: #565656. Windows color (decimal): -15436691 or 7173140. OLE color: 7173140.

HSL color Cylindrical-coordinate representation of color #14746D: hue angle of 175.62º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14746D is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 116 109 -
CMYK 0.83 0 0.06 0.55
HSL 175.63º 0.71% 0.27% -
HSV(B) 175.63º 0.83% 0.45% -
XYZ 9.29 13.74 16.63 -
YUV 86.5 140.7 80.57 -
System Red Green Blue C M Y K H S L
Decimal 20 116 109 0.83 0 0.06 0.55 175.63 0.71 0.27
Hex 14 74 6D 53 0 6 37 B0 47 1B
Octal 24 164 155 123 0 6 67 260 107 33
Binary 10100 1110100 1101101 1010011 0 110 110111 10110000 1000111 11011

Color Harmonies of #14746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14746D

Black with #14746D

Text Example


Text Example

White with #14746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14746D; }

 p { color: rgb(20,116,109); }

 H1.HeaderClassName
 {
   color: #14746D;
 }
 .AnyTagClassName
 {
   color: #14746D;
 }
</style>

background-color css

<style>
 a { background-color: #14746D; }

 a { background-color: rgb(20,116,109); }

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

border-color css

<style>
 span { border-color: #14746D; }

 span { border-color: rgb(20,116,109); }

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