Html Css Color HEX #14B49D Light Sea Green

📋 copy color: '#14B49D'

red 20 ◦ green 180 ◦ blue 157

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

Shades of Light Sea Green #14B49D

Tints of Light Sea Green #14B49D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.42%

 BLUE value IS 157 (61.72% from 255) = 43.98%

R = 5.6%
G = 50.42%
B = 43.98%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#14B49D (or 0x14B49D) is known color: Light Sea Green. HEX triplet: 14, B4 and 9D. RGB value is (20,180,157). Sum of RGB (Red+Green+Blue) = 20+180+157=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #14B49D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B49D is #EB4B62. Grayscale: #818181. Windows color (decimal): -15420259 or 10335252. OLE color: 10335252.

HSL color Cylindrical-coordinate representation of color #14B49D: hue angle of 171.38º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B49D is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 180 157 -
CMYK 0.89 0 0.13 0.29
HSL 171.38º 0.8% 0.39% -
HSV(B) 171.38º 0.89% 0.71% -
XYZ 22.7 35.23 37.5 -
YUV 129.54 143.49 49.87 -
System Red Green Blue C M Y K H S L
Decimal 20 180 157 0.89 0 0.13 0.29 171.38 0.8 0.39
Hex 14 B4 9D 59 0 D 1D AB 50 27
Octal 24 264 235 131 0 15 35 253 120 47
Binary 10100 10110100 10011101 1011001 0 1101 11101 10101011 1010000 100111

Color Harmonies of #14B49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B49D

Black with #14B49D

Text Example


Text Example

White with #14B49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,180,157); }

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

background-color css

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

 a { background-color: rgb(20,180,157); }

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

border-color css

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

 span { border-color: rgb(20,180,157); }

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