Html Css Color HEX #14BA9B Light Sea Green

📋 copy color: '#14BA9B'

red 20 ◦ green 186 ◦ blue 155

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

Shades of Light Sea Green #14BA9B

Tints of Light Sea Green #14BA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.94%

R = 5.54%
G = 51.52%
B = 42.94%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#14BA9B (or 0x14BA9B) is known color: Light Sea Green. HEX triplet: 14, BA and 9B. RGB value is (20,186,155). Sum of RGB (Red+Green+Blue) = 20+186+155=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BA9B is #EB4564. Grayscale: #848484. Windows color (decimal): -15418725 or 10205716. OLE color: 10205716.

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

Color convert

RGB 20 186 155 -
CMYK 0.89 0 0.17 0.27
HSL 168.8º 0.81% 0.4% -
HSV(B) 168.8º 0.89% 0.73% -
XYZ 23.76 37.63 37.02 -
YUV 132.83 140.5 47.52 -
System Red Green Blue C M Y K H S L
Decimal 20 186 155 0.89 0 0.17 0.27 168.8 0.81 0.4
Hex 14 BA 9B 59 0 11 1B A9 51 28
Octal 24 272 233 131 0 21 33 251 121 50
Binary 10100 10111010 10011011 1011001 0 10001 11011 10101001 1010001 101000

Color Harmonies of #14BA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BA9B

Black with #14BA9B

Text Example


Text Example

White with #14BA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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