Html Css Color HEX #14BDA0 Light Sea Green

📋 copy color: '#14BDA0'

red 20 ◦ green 189 ◦ blue 160

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

Shades of Light Sea Green #14BDA0

Tints of Light Sea Green #14BDA0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.22%

 BLUE value IS 160 (62.89% from 255) = 43.36%

R = 5.42%
G = 51.22%
B = 43.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#14BDA0 (or 0x14BDA0) is known color: Light Sea Green. HEX triplet: 14, BD and A0. RGB value is (20,189,160). Sum of RGB (Red+Green+Blue) = 20+189+160=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #14BDA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BDA0 is #EB425F. Grayscale: #878787. Windows color (decimal): -15417952 or 10534164. OLE color: 10534164.

HSL color Cylindrical-coordinate representation of color #14BDA0: hue angle of 169.7º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BDA0 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 189 160 -
CMYK 0.89 0 0.15 0.26
HSL 169.7º 0.81% 0.41% -
HSV(B) 169.7º 0.89% 0.74% -
XYZ 24.83 39.08 39.49 -
YUV 135.16 142.01 45.86 -
System Red Green Blue C M Y K H S L
Decimal 20 189 160 0.89 0 0.15 0.26 169.7 0.81 0.41
Hex 14 BD A0 59 0 F 1A AA 51 29
Octal 24 275 240 131 0 17 32 252 121 51
Binary 10100 10111101 10100000 1011001 0 1111 11010 10101010 1010001 101001

Color Harmonies of #14BDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BDA0

Black with #14BDA0

Text Example


Text Example

White with #14BDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,189,160); }

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

background-color css

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

 a { background-color: rgb(20,189,160); }

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

border-color css

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

 span { border-color: rgb(20,189,160); }

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