Html Css Color HEX #14BA9A Light Sea Green

📋 copy color: '#14BA9A'

red 20 ◦ green 186 ◦ blue 154

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

Shades of Light Sea Green #14BA9A

Tints of Light Sea Green #14BA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.78%

R = 5.56%
G = 51.67%
B = 42.78%

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

#14BA9A (or 0x14BA9A) is known color: Light Sea Green. HEX triplet: 14, BA and 9A. RGB value is (20,186,154). Sum of RGB (Red+Green+Blue) = 20+186+154=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BA9A is #EB4565. Grayscale: #848484. Windows color (decimal): -15418726 or 10140180. OLE color: 10140180.

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

Color convert

RGB 20 186 154 -
CMYK 0.89 0 0.17 0.27
HSL 168.43º 0.81% 0.4% -
HSV(B) 168.43º 0.89% 0.73% -
XYZ 23.68 37.6 36.58 -
YUV 132.72 140 47.6 -
System Red Green Blue C M Y K H S L
Decimal 20 186 154 0.89 0 0.17 0.27 168.43 0.81 0.4
Hex 14 BA 9A 59 0 11 1B A8 51 28
Octal 24 272 232 131 0 21 33 250 121 50
Binary 10100 10111010 10011010 1011001 0 10001 11011 10101000 1010001 101000

Color Harmonies of #14BA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BA9A

Black with #14BA9A

Text Example


Text Example

White with #14BA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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