Html Css Color HEX #14846B Deep Sea

📋 copy color: '#14846B'

red 20 ◦ green 132 ◦ blue 107

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

Shades of Deep Sea #14846B

Tints of Deep Sea #14846B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.97%

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

R = 7.72%
G = 50.97%
B = 41.31%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#14846B (or 0x14846B) is known color: Deep Sea. HEX triplet: 14, 84 and 6B. RGB value is (20,132,107). Sum of RGB (Red+Green+Blue) = 20+132+107=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 132 (51.95% from 255 or 50.97% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 132 - color contains mainly: green. Hex color #14846B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14846B is #EB7B94. Grayscale: #5F5F5F. Windows color (decimal): -15432597 or 7046164. OLE color: 7046164.

HSL color Cylindrical-coordinate representation of color #14846B: hue angle of 166.61º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14846B is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 132 107 -
CMYK 0.85 0 0.19 0.48
HSL 166.61º 0.74% 0.3% -
HSV(B) 166.61º 0.85% 0.52% -
XYZ 11.19 17.71 16.74 -
YUV 95.66 134.39 74.03 -
System Red Green Blue C M Y K H S L
Decimal 20 132 107 0.85 0 0.19 0.48 166.61 0.74 0.3
Hex 14 84 6B 55 0 13 30 A7 4A 1E
Octal 24 204 153 125 0 23 60 247 112 36
Binary 10100 10000100 1101011 1010101 0 10011 110000 10100111 1001010 11110

Color Harmonies of #14846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14846B

Black with #14846B

Text Example


Text Example

White with #14846B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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