Html Css Color HEX #14826D Deep Sea

📋 copy color: '#14826D'

red 20 ◦ green 130 ◦ blue 109

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

Shades of Deep Sea #14826D

Tints of Deep Sea #14826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.19%

 BLUE value IS 109 (42.97% from 255) = 42.08%

R = 7.72%
G = 50.19%
B = 42.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#14826D (or 0x14826D) is known color: Deep Sea. HEX triplet: 14, 82 and 6D. RGB value is (20,130,109). Sum of RGB (Red+Green+Blue) = 20+130+109=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #14826D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14826D is #EB7D92. Grayscale: #5E5E5E. Windows color (decimal): -15433107 or 7176724. OLE color: 7176724.

HSL color Cylindrical-coordinate representation of color #14826D: hue angle of 168.55º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14826D is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 109 -
CMYK 0.85 0 0.16 0.49
HSL 168.55º 0.73% 0.29% -
HSV(B) 168.55º 0.85% 0.51% -
XYZ 11.03 17.22 17.21 -
YUV 94.72 136.06 74.71 -
System Red Green Blue C M Y K H S L
Decimal 20 130 109 0.85 0 0.16 0.49 168.55 0.73 0.29
Hex 14 82 6D 55 0 10 31 A9 49 1D
Octal 24 202 155 125 0 20 61 251 111 35
Binary 10100 10000010 1101101 1010101 0 10000 110001 10101001 1001001 11101

Color Harmonies of #14826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14826D

Black with #14826D

Text Example


Text Example

White with #14826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14826D; }

 p { color: rgb(20,130,109); }

 H1.HeaderClassName
 {
   color: #14826D;
 }
 .AnyTagClassName
 {
   color: #14826D;
 }
</style>

background-color css

<style>
 a { background-color: #14826D; }

 a { background-color: rgb(20,130,109); }

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

border-color css

<style>
 span { border-color: #14826D; }

 span { border-color: rgb(20,130,109); }

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