Html Css Color HEX #14846C Deep Sea

📋 copy color: '#14846C'

red 20 ◦ green 132 ◦ blue 108

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

Shades of Deep Sea #14846C

Tints of Deep Sea #14846C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.54%

R = 7.69%
G = 50.77%
B = 41.54%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#14846C (or 0x14846C) is known color: Deep Sea. HEX triplet: 14, 84 and 6C. RGB value is (20,132,108). Sum of RGB (Red+Green+Blue) = 20+132+108=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #14846C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14846C is #EB7B93. Grayscale: #5F5F5F. Windows color (decimal): -15432596 or 7111700. OLE color: 7111700.

HSL color Cylindrical-coordinate representation of color #14846C: hue angle of 167.14º 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 #14846C is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 132 108 -
CMYK 0.85 0 0.18 0.48
HSL 167.14º 0.74% 0.3% -
HSV(B) 167.14º 0.85% 0.52% -
XYZ 11.25 17.73 17.02 -
YUV 95.78 134.89 73.95 -
System Red Green Blue C M Y K H S L
Decimal 20 132 108 0.85 0 0.18 0.48 167.14 0.74 0.3
Hex 14 84 6C 55 0 12 30 A7 4A 1E
Octal 24 204 154 125 0 22 60 247 112 36
Binary 10100 10000100 1101100 1010101 0 10010 110000 10100111 1001010 11110

Color Harmonies of #14846C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14846C

Black with #14846C

Text Example


Text Example

White with #14846C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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