Html Css Color HEX #14BAAC Light Sea Green

📋 copy color: '#14BAAC'

red 20 ◦ green 186 ◦ blue 172

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

Shades of Light Sea Green #14BAAC

Tints of Light Sea Green #14BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.21%

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

R = 5.29%
G = 49.21%
B = 45.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#14BAAC (or 0x14BAAC) is known color: Light Sea Green. HEX triplet: 14, BA and AC. RGB value is (20,186,172). Sum of RGB (Red+Green+Blue) = 20+186+172=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #14BAAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BAAC is #EB4553. Grayscale: #868686. Windows color (decimal): -15418708 or 11319828. OLE color: 11319828.

HSL color Cylindrical-coordinate representation of color #14BAAC: hue angle of 174.94º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BAAC is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 186 172 -
CMYK 0.89 0 0.08 0.27
HSL 174.94º 0.81% 0.4% -
HSV(B) 174.94º 0.89% 0.73% -
XYZ 25.29 38.25 45.08 -
YUV 134.77 149 46.14 -
System Red Green Blue C M Y K H S L
Decimal 20 186 172 0.89 0 0.08 0.27 174.94 0.81 0.4
Hex 14 BA AC 59 0 8 1B AF 51 28
Octal 24 272 254 131 0 10 33 257 121 50
Binary 10100 10111010 10101100 1011001 0 1000 11011 10101111 1010001 101000

Color Harmonies of #14BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BAAC

Black with #14BAAC

Text Example


Text Example

White with #14BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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