Html Css Color HEX #14746B Deep Sea

📋 copy color: '#14746B'

red 20 ◦ green 116 ◦ blue 107

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

Shades of Deep Sea #14746B

Tints of Deep Sea #14746B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.03%

R = 8.23%
G = 47.74%
B = 44.03%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#14746B (or 0x14746B) is known color: Deep Sea. HEX triplet: 14, 74 and 6B. RGB value is (20,116,107). Sum of RGB (Red+Green+Blue) = 20+116+107=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #14746B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14746B is #EB8B94. Grayscale: #565656. Windows color (decimal): -15436693 or 7042068. OLE color: 7042068.

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

Color convert

RGB 20 116 107 -
CMYK 0.83 0 0.08 0.55
HSL 174.38º 0.71% 0.27% -
HSV(B) 174.38º 0.83% 0.45% -
XYZ 9.19 13.7 16.07 -
YUV 86.27 139.7 80.73 -
System Red Green Blue C M Y K H S L
Decimal 20 116 107 0.83 0 0.08 0.55 174.38 0.71 0.27
Hex 14 74 6B 53 0 8 37 AE 47 1B
Octal 24 164 153 123 0 10 67 256 107 33
Binary 10100 1110100 1101011 1010011 0 1000 110111 10101110 1000111 11011

Color Harmonies of #14746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14746B

Black with #14746B

Text Example


Text Example

White with #14746B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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