Html Css Color HEX #14AB9F Light Sea Green

📋 copy color: '#14AB9F'

red 20 ◦ green 171 ◦ blue 159

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

Shades of Light Sea Green #14AB9F

Tints of Light Sea Green #14AB9F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.86%

 BLUE value IS 159 (62.5% from 255) = 45.43%

R = 5.71%
G = 48.86%
B = 45.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#14AB9F (or 0x14AB9F) is known color: Light Sea Green. HEX triplet: 14, AB and 9F. RGB value is (20,171,159). Sum of RGB (Red+Green+Blue) = 20+171+159=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AB9F is #EB5460. Grayscale: #7C7C7C. Windows color (decimal): -15422561 or 10464020. OLE color: 10464020.

HSL color Cylindrical-coordinate representation of color #14AB9F: hue angle of 175.23º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AB9F is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 171 159 -
CMYK 0.88 0 0.07 0.33
HSL 175.23º 0.79% 0.37% -
HSV(B) 175.23º 0.88% 0.67% -
XYZ 21.11 31.78 37.82 -
YUV 124.48 147.47 53.48 -
System Red Green Blue C M Y K H S L
Decimal 20 171 159 0.88 0 0.07 0.33 175.23 0.79 0.37
Hex 14 AB 9F 58 0 7 21 AF 4F 25
Octal 24 253 237 130 0 7 41 257 117 45
Binary 10100 10101011 10011111 1011000 0 111 100001 10101111 1001111 100101

Color Harmonies of #14AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB9F

Black with #14AB9F

Text Example


Text Example

White with #14AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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