Html Css Color HEX #14BCAA Light Sea Green

📋 copy color: '#14BCAA'

red 20 ◦ green 188 ◦ blue 170

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

Shades of Light Sea Green #14BCAA

Tints of Light Sea Green #14BCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.74%

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 5.29%
G = 49.74%
B = 44.97%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#14BCAA (or 0x14BCAA) is known color: Light Sea Green. HEX triplet: 14, BC and AA. RGB value is (20,188,170). Sum of RGB (Red+Green+Blue) = 20+188+170=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #14BCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BCAA is #EB4355. Grayscale: #878787. Windows color (decimal): -15418198 or 11189268. OLE color: 11189268.

HSL color Cylindrical-coordinate representation of color #14BCAA: hue angle of 173.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BCAA is Cyan = 0.89, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 188 170 -
CMYK 0.89 0 0.10 0.26
HSL 173.57º 0.81% 0.41% -
HSV(B) 173.57º 0.89% 0.74% -
XYZ 25.53 39.02 44.22 -
YUV 135.72 147.34 45.46 -
System Red Green Blue C M Y K H S L
Decimal 20 188 170 0.89 0 0.10 0.26 173.57 0.81 0.41
Hex 14 BC AA 59 0 A 1A AE 51 29
Octal 24 274 252 131 0 12 32 256 121 51
Binary 10100 10111100 10101010 1011001 0 1010 11010 10101110 1010001 101001

Color Harmonies of #14BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BCAA

Black with #14BCAA

Text Example


Text Example

White with #14BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,188,170); }

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

background-color css

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

 a { background-color: rgb(20,188,170); }

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

border-color css

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

 span { border-color: rgb(20,188,170); }

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