Html Css Color HEX #14ADAA Light Sea Green

📋 copy color: '#14ADAA'

red 20 ◦ green 173 ◦ blue 170

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

Shades of Light Sea Green #14ADAA

Tints of Light Sea Green #14ADAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.83%

R = 5.51%
G = 47.66%
B = 46.83%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#14ADAA (or 0x14ADAA) is known color: Light Sea Green. HEX triplet: 14, AD and AA. RGB value is (20,173,170). Sum of RGB (Red+Green+Blue) = 20+173+170=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #14ADAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14ADAA is #EB5255. Grayscale: #7E7E7E. Windows color (decimal): -15422038 or 11185428. OLE color: 11185428.

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

Color convert

RGB 20 173 170 -
CMYK 0.88 0 0.02 0.32
HSL 178.82º 0.79% 0.38% -
HSV(B) 178.82º 0.88% 0.68% -
XYZ 22.49 32.94 43.2 -
YUV 126.91 152.31 51.74 -
System Red Green Blue C M Y K H S L
Decimal 20 173 170 0.88 0 0.02 0.32 178.82 0.79 0.38
Hex 14 AD AA 58 0 2 20 B3 4F 26
Octal 24 255 252 130 0 2 40 263 117 46
Binary 10100 10101101 10101010 1011000 0 10 100000 10110011 1001111 100110

Color Harmonies of #14ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ADAA

Black with #14ADAA

Text Example


Text Example

White with #14ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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