Html Css Color HEX #14BC9C Light Sea Green

📋 copy color: '#14BC9C'

red 20 ◦ green 188 ◦ blue 156

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

Shades of Light Sea Green #14BC9C

Tints of Light Sea Green #14BC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.86%

R = 5.49%
G = 51.65%
B = 42.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#14BC9C (or 0x14BC9C) is known color: Light Sea Green. HEX triplet: 14, BC and 9C. RGB value is (20,188,156). Sum of RGB (Red+Green+Blue) = 20+188+156=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BC9C is #EB4363. Grayscale: #868686. Windows color (decimal): -15418212 or 10271764. OLE color: 10271764.

HSL color Cylindrical-coordinate representation of color #14BC9C: hue angle of 168.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 #14BC9C is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 188 156 -
CMYK 0.89 0 0.17 0.26
HSL 168.57º 0.81% 0.41% -
HSV(B) 168.57º 0.89% 0.74% -
XYZ 24.27 38.52 37.61 -
YUV 134.12 140.34 46.6 -
System Red Green Blue C M Y K H S L
Decimal 20 188 156 0.89 0 0.17 0.26 168.57 0.81 0.41
Hex 14 BC 9C 59 0 11 1A A9 51 29
Octal 24 274 234 131 0 21 32 251 121 51
Binary 10100 10111100 10011100 1011001 0 10001 11010 10101001 1010001 101001

Color Harmonies of #14BC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BC9C

Black with #14BC9C

Text Example


Text Example

White with #14BC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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