Html Css Color HEX #14ADAB Light Sea Green

📋 copy color: '#14ADAB'

red 20 ◦ green 173 ◦ blue 171

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

Shades of Light Sea Green #14ADAB

Tints of Light Sea Green #14ADAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.98%

R = 5.49%
G = 47.53%
B = 46.98%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#14ADAB (or 0x14ADAB) is known color: Light Sea Green. HEX triplet: 14, AD and AB. RGB value is (20,173,171). Sum of RGB (Red+Green+Blue) = 20+173+171=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #14ADAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14ADAB is #EB5254. Grayscale: #7E7E7E. Windows color (decimal): -15422037 or 11250964. OLE color: 11250964.

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

Color convert

RGB 20 173 171 -
CMYK 0.88 0 0.01 0.32
HSL 179.22º 0.79% 0.38% -
HSV(B) 179.22º 0.88% 0.68% -
XYZ 22.58 32.98 43.7 -
YUV 127.03 152.81 51.66 -
System Red Green Blue C M Y K H S L
Decimal 20 173 171 0.88 0 0.01 0.32 179.22 0.79 0.38
Hex 14 AD AB 58 0 1 20 B3 4F 26
Octal 24 255 253 130 0 1 40 263 117 46
Binary 10100 10101101 10101011 1011000 0 1 100000 10110011 1001111 100110

Color Harmonies of #14ADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14ADAB

Black with #14ADAB

Text Example


Text Example

White with #14ADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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