Html Css Color HEX #14C1BA Light Sea Green

📋 copy color: '#14C1BA'

red 20 ◦ green 193 ◦ blue 186

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

Shades of Light Sea Green #14C1BA

Tints of Light Sea Green #14C1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.37%

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 5.01%
G = 48.37%
B = 46.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#14C1BA (or 0x14C1BA) is known color: Light Sea Green. HEX triplet: 14, C1 and BA. RGB value is (20,193,186). Sum of RGB (Red+Green+Blue) = 20+193+186=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #14C1BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C1BA is #EB3E45. Grayscale: #8C8C8C. Windows color (decimal): -15416902 or 12239124. OLE color: 12239124.

HSL color Cylindrical-coordinate representation of color #14C1BA: hue angle of 177.57º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C1BA is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 193 186 -
CMYK 0.90 0 0.04 0.24
HSL 177.57º 0.81% 0.42% -
HSV(B) 177.57º 0.9% 0.76% -
XYZ 28.22 41.83 53.04 -
YUV 140.48 153.69 42.07 -
System Red Green Blue C M Y K H S L
Decimal 20 193 186 0.90 0 0.04 0.24 177.57 0.81 0.42
Hex 14 C1 BA 5A 0 4 18 B2 51 2A
Octal 24 301 272 132 0 4 30 262 121 52
Binary 10100 11000001 10111010 1011010 0 100 11000 10110010 1010001 101010

Color Harmonies of #14C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C1BA

Black with #14C1BA

Text Example


Text Example

White with #14C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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