Html Css Color HEX #14B89C Light Sea Green

📋 copy color: '#14B89C'

red 20 ◦ green 184 ◦ blue 156

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

Shades of Light Sea Green #14B89C

Tints of Light Sea Green #14B89C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.11%

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

R = 5.56%
G = 51.11%
B = 43.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#14B89C (or 0x14B89C) is known color: Light Sea Green. HEX triplet: 14, B8 and 9C. RGB value is (20,184,156). Sum of RGB (Red+Green+Blue) = 20+184+156=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 184 (72.27% from 255 or 51.11% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 184 - color contains mainly: green. Hex color #14B89C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B89C is #EB4763. Grayscale: #838383. Windows color (decimal): -15419236 or 10270740. OLE color: 10270740.

HSL color Cylindrical-coordinate representation of color #14B89C: hue angle of 169.76º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B89C is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 20 184 156 -
CMYK 0.89 0 0.15 0.28
HSL 169.76º 0.8% 0.4% -
HSV(B) 169.76º 0.89% 0.72% -
XYZ 23.43 36.83 37.33 -
YUV 131.77 141.67 48.28 -
System Red Green Blue C M Y K H S L
Decimal 20 184 156 0.89 0 0.15 0.28 169.76 0.8 0.4
Hex 14 B8 9C 59 0 F 1C AA 50 28
Octal 24 270 234 131 0 17 34 252 120 50
Binary 10100 10111000 10011100 1011001 0 1111 11100 10101010 1010000 101000

Color Harmonies of #14B89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B89C

Black with #14B89C

Text Example


Text Example

White with #14B89C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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