Html Css Color HEX #14826A Deep Sea

📋 copy color: '#14826A'

red 20 ◦ green 130 ◦ blue 106

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

Shades of Deep Sea #14826A

Tints of Deep Sea #14826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.41%

R = 7.81%
G = 50.78%
B = 41.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#14826A (or 0x14826A) is known color: Deep Sea. HEX triplet: 14, 82 and 6A. RGB value is (20,130,106). Sum of RGB (Red+Green+Blue) = 20+130+106=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #14826A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14826A is #EB7D95. Grayscale: #5E5E5E. Windows color (decimal): -15433110 or 6980116. OLE color: 6980116.

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

Color convert

RGB 20 130 106 -
CMYK 0.85 0 0.18 0.49
HSL 166.91º 0.73% 0.29% -
HSV(B) 166.91º 0.85% 0.51% -
XYZ 10.87 17.15 16.37 -
YUV 94.37 134.56 74.95 -
System Red Green Blue C M Y K H S L
Decimal 20 130 106 0.85 0 0.18 0.49 166.91 0.73 0.29
Hex 14 82 6A 55 0 12 31 A7 49 1D
Octal 24 202 152 125 0 22 61 247 111 35
Binary 10100 10000010 1101010 1010101 0 10010 110001 10100111 1001001 11101

Color Harmonies of #14826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14826A

Black with #14826A

Text Example


Text Example

White with #14826A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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