Html Css Color HEX #14735C Deep Sea

📋 copy color: '#14735C'

red 20 ◦ green 115 ◦ blue 92

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

Shades of Deep Sea #14735C

Tints of Deep Sea #14735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.66%

 BLUE value IS 92 (36.33% from 255) = 40.53%

R = 8.81%
G = 50.66%
B = 40.53%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#14735C (or 0x14735C) is known color: Deep Sea. HEX triplet: 14, 73 and 5C. RGB value is (20,115,92). Sum of RGB (Red+Green+Blue) = 20+115+92=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #14735C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14735C is #EB8CA3. Grayscale: #535353. Windows color (decimal): -15436964 or 6058772. OLE color: 6058772.

HSL color Cylindrical-coordinate representation of color #14735C: hue angle of 165.47º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14735C is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 115 92 -
CMYK 0.83 0 0.20 0.55
HSL 165.47º 0.7% 0.26% -
HSV(B) 165.47º 0.83% 0.45% -
XYZ 8.35 13.18 12.23 -
YUV 83.97 132.53 82.37 -
System Red Green Blue C M Y K H S L
Decimal 20 115 92 0.83 0 0.20 0.55 165.47 0.7 0.26
Hex 14 73 5C 53 0 14 37 A5 46 1A
Octal 24 163 134 123 0 24 67 245 106 32
Binary 10100 1110011 1011100 1010011 0 10100 110111 10100101 1000110 11010

Color Harmonies of #14735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14735C

Black with #14735C

Text Example


Text Example

White with #14735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,115,92); }

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

background-color css

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

 a { background-color: rgb(20,115,92); }

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

border-color css

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

 span { border-color: rgb(20,115,92); }

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