Html Css Color HEX #14826E Deep Sea

📋 copy color: '#14826E'

red 20 ◦ green 130 ◦ blue 110

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

Shades of Deep Sea #14826E

Tints of Deep Sea #14826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.31%

R = 7.69%
G = 50%
B = 42.31%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#14826E (or 0x14826E) is known color: Deep Sea. HEX triplet: 14, 82 and 6E. RGB value is (20,130,110). Sum of RGB (Red+Green+Blue) = 20+130+110=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #14826E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14826E is #EB7D91. Grayscale: #5E5E5E. Windows color (decimal): -15433106 or 7242260. OLE color: 7242260.

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

Color convert

RGB 20 130 110 -
CMYK 0.85 0 0.15 0.49
HSL 169.09º 0.73% 0.29% -
HSV(B) 169.09º 0.85% 0.51% -
XYZ 11.09 17.24 17.5 -
YUV 94.83 136.56 74.63 -
System Red Green Blue C M Y K H S L
Decimal 20 130 110 0.85 0 0.15 0.49 169.09 0.73 0.29
Hex 14 82 6E 55 0 F 31 A9 49 1D
Octal 24 202 156 125 0 17 61 251 111 35
Binary 10100 10000010 1101110 1010101 0 1111 110001 10101001 1001001 11101

Color Harmonies of #14826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14826E

Black with #14826E

Text Example


Text Example

White with #14826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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