Html Css Color HEX #14BFAC Light Sea Green

📋 copy color: '#14BFAC'

red 20 ◦ green 191 ◦ blue 172

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

Shades of Light Sea Green #14BFAC

Tints of Light Sea Green #14BFAC

RGB

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

 GREEN value IS 191 (75% from 255) = 49.87%

 BLUE value IS 172 (67.58% from 255) = 44.91%

R = 5.22%
G = 49.87%
B = 44.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#14BFAC (or 0x14BFAC) is known color: Light Sea Green. HEX triplet: 14, BF and AC. RGB value is (20,191,172). Sum of RGB (Red+Green+Blue) = 20+191+172=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #14BFAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BFAC is #EB4053. Grayscale: #898989. Windows color (decimal): -15417428 or 11321108. OLE color: 11321108.

HSL color Cylindrical-coordinate representation of color #14BFAC: hue angle of 173.33º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BFAC is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 191 172 -
CMYK 0.90 0 0.10 0.25
HSL 173.33º 0.81% 0.41% -
HSV(B) 173.33º 0.9% 0.75% -
XYZ 26.37 40.39 45.44 -
YUV 137.71 147.35 44.04 -
System Red Green Blue C M Y K H S L
Decimal 20 191 172 0.90 0 0.10 0.25 173.33 0.81 0.41
Hex 14 BF AC 5A 0 A 19 AD 51 29
Octal 24 277 254 132 0 12 31 255 121 51
Binary 10100 10111111 10101100 1011010 0 1010 11001 10101101 1010001 101001

Color Harmonies of #14BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BFAC

Black with #14BFAC

Text Example


Text Example

White with #14BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,191,172); }

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

background-color css

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

 a { background-color: rgb(20,191,172); }

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

border-color css

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

 span { border-color: rgb(20,191,172); }

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