Html Css Color HEX #14745B Deep Sea

📋 copy color: '#14745B'

red 20 ◦ green 116 ◦ blue 91

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

Shades of Deep Sea #14745B

Tints of Deep Sea #14745B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.09%

R = 8.81%
G = 51.1%
B = 40.09%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#14745B (or 0x14745B) is known color: Deep Sea. HEX triplet: 14, 74 and 5B. RGB value is (20,116,91). Sum of RGB (Red+Green+Blue) = 20+116+91=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #14745B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14745B is #EB8BA4. Grayscale: #545454. Windows color (decimal): -15436709 or 5993492. OLE color: 5993492.

HSL color Cylindrical-coordinate representation of color #14745B: hue angle of 164.38º 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 #14745B is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 116 91 -
CMYK 0.83 0 0.22 0.55
HSL 164.38º 0.71% 0.27% -
HSV(B) 164.38º 0.83% 0.45% -
XYZ 8.42 13.39 12.04 -
YUV 84.45 131.7 82.03 -
System Red Green Blue C M Y K H S L
Decimal 20 116 91 0.83 0 0.22 0.55 164.38 0.71 0.27
Hex 14 74 5B 53 0 16 37 A4 47 1B
Octal 24 164 133 123 0 26 67 244 107 33
Binary 10100 1110100 1011011 1010011 0 10110 110111 10100100 1000111 11011

Color Harmonies of #14745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14745B

Black with #14745B

Text Example


Text Example

White with #14745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14745B; }

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

 H1.HeaderClassName
 {
   color: #14745B;
 }
 .AnyTagClassName
 {
   color: #14745B;
 }
</style>

background-color css

<style>
 a { background-color: #14745B; }

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

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

border-color css

<style>
 span { border-color: #14745B; }

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

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