Html Css Color HEX #14AB9A Light Sea Green

📋 copy color: '#14AB9A'

red 20 ◦ green 171 ◦ blue 154

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

Shades of Light Sea Green #14AB9A

Tints of Light Sea Green #14AB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.64%

R = 5.8%
G = 49.57%
B = 44.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#14AB9A (or 0x14AB9A) is known color: Light Sea Green. HEX triplet: 14, AB and 9A. RGB value is (20,171,154). Sum of RGB (Red+Green+Blue) = 20+171+154=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AB9A is #EB5465. Grayscale: #7B7B7B. Windows color (decimal): -15422566 or 10136340. OLE color: 10136340.

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

Color convert

RGB 20 171 154 -
CMYK 0.88 0 0.10 0.33
HSL 173.25º 0.79% 0.37% -
HSV(B) 173.25º 0.88% 0.67% -
XYZ 20.68 31.61 35.58 -
YUV 123.91 144.97 53.88 -
System Red Green Blue C M Y K H S L
Decimal 20 171 154 0.88 0 0.10 0.33 173.25 0.79 0.37
Hex 14 AB 9A 58 0 A 21 AD 4F 25
Octal 24 253 232 130 0 12 41 255 117 45
Binary 10100 10101011 10011010 1011000 0 1010 100001 10101101 1001111 100101

Color Harmonies of #14AB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB9A

Black with #14AB9A

Text Example


Text Example

White with #14AB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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