Html Css Color HEX #14ADA1 Light Sea Green

📋 copy color: '#14ADA1'

red 20 ◦ green 173 ◦ blue 161

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

Shades of Light Sea Green #14ADA1

Tints of Light Sea Green #14ADA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 45.48%

R = 5.65%
G = 48.87%
B = 45.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#14ADA1 (or 0x14ADA1) is known color: Light Sea Green. HEX triplet: 14, AD and A1. RGB value is (20,173,161). Sum of RGB (Red+Green+Blue) = 20+173+161=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 161 (63.28% from 255 or 45.48% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #14ADA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14ADA1 is #EB525E. Grayscale: #7D7D7D. Windows color (decimal): -15422047 or 10595604. OLE color: 10595604.

HSL color Cylindrical-coordinate representation of color #14ADA1: hue angle of 175.29º 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 #14ADA1 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 173 161 -
CMYK 0.88 0 0.07 0.32
HSL 175.29º 0.79% 0.38% -
HSV(B) 175.29º 0.88% 0.68% -
XYZ 21.67 32.61 38.87 -
YUV 125.89 147.81 52.48 -
System Red Green Blue C M Y K H S L
Decimal 20 173 161 0.88 0 0.07 0.32 175.29 0.79 0.38
Hex 14 AD A1 58 0 7 20 AF 4F 26
Octal 24 255 241 130 0 7 40 257 117 46
Binary 10100 10101101 10100001 1011000 0 111 100000 10101111 1001111 100110

Color Harmonies of #14ADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ADA1

Black with #14ADA1

Text Example


Text Example

White with #14ADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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