Html Css Color HEX #14AD9D Light Sea Green

📋 copy color: '#14AD9D'

red 20 ◦ green 173 ◦ blue 157

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

Shades of Light Sea Green #14AD9D

Tints of Light Sea Green #14AD9D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.43%

 BLUE value IS 157 (61.72% from 255) = 44.86%

R = 5.71%
G = 49.43%
B = 44.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#14AD9D (or 0x14AD9D) is known color: Light Sea Green. HEX triplet: 14, AD and 9D. RGB value is (20,173,157). Sum of RGB (Red+Green+Blue) = 20+173+157=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AD9D is #EB5262. Grayscale: #7D7D7D. Windows color (decimal): -15422051 or 10333460. OLE color: 10333460.

HSL color Cylindrical-coordinate representation of color #14AD9D: hue angle of 173.73º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD9D is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 173 157 -
CMYK 0.88 0 0.09 0.32
HSL 173.73º 0.79% 0.38% -
HSV(B) 173.73º 0.88% 0.68% -
XYZ 21.32 32.47 37.04 -
YUV 125.43 145.81 52.8 -
System Red Green Blue C M Y K H S L
Decimal 20 173 157 0.88 0 0.09 0.32 173.73 0.79 0.38
Hex 14 AD 9D 58 0 9 20 AE 4F 26
Octal 24 255 235 130 0 11 40 256 117 46
Binary 10100 10101101 10011101 1011000 0 1001 100000 10101110 1001111 100110

Color Harmonies of #14AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AD9D

Black with #14AD9D

Text Example


Text Example

White with #14AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14AD9D; }

 p { color: rgb(20,173,157); }

 H1.HeaderClassName
 {
   color: #14AD9D;
 }
 .AnyTagClassName
 {
   color: #14AD9D;
 }
</style>

background-color css

<style>
 a { background-color: #14AD9D; }

 a { background-color: rgb(20,173,157); }

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

border-color css

<style>
 span { border-color: #14AD9D; }

 span { border-color: rgb(20,173,157); }

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