Html Css Color HEX #14BCAB Light Sea Green

📋 copy color: '#14BCAB'

red 20 ◦ green 188 ◦ blue 171

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

Shades of Light Sea Green #14BCAB

Tints of Light Sea Green #14BCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.6%

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 5.28%
G = 49.6%
B = 45.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#14BCAB (or 0x14BCAB) is known color: Light Sea Green. HEX triplet: 14, BC and AB. RGB value is (20,188,171). Sum of RGB (Red+Green+Blue) = 20+188+171=379 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.28% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #14BCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BCAB is #EB4354. Grayscale: #878787. Windows color (decimal): -15418197 or 11254804. OLE color: 11254804.

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

Color convert

RGB 20 188 171 -
CMYK 0.89 0 0.09 0.26
HSL 173.93º 0.81% 0.41% -
HSV(B) 173.93º 0.89% 0.74% -
XYZ 25.62 39.06 44.72 -
YUV 135.83 147.84 45.38 -
System Red Green Blue C M Y K H S L
Decimal 20 188 171 0.89 0 0.09 0.26 173.93 0.81 0.41
Hex 14 BC AB 59 0 9 1A AE 51 29
Octal 24 274 253 131 0 11 32 256 121 51
Binary 10100 10111100 10101011 1011001 0 1001 11010 10101110 1010001 101001

Color Harmonies of #14BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BCAB

Black with #14BCAB

Text Example


Text Example

White with #14BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,188,171); }

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

background-color css

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

 a { background-color: rgb(20,188,171); }

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

border-color css

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

 span { border-color: rgb(20,188,171); }

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