#14C4BB

Color #14C4BB Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #14C4BB

Tints of Light Sea Green #14C4BB

Color information

#14C4BB (or 0x14C4BB) is unknown color: approx Light Sea Green. HEX triplet: 14, C4 and BB. RGB value is (20,196,187). Sum of RGB (Red+Green+Blue) = 20+196+187=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #14C4BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14C4BB is #EB3B44. Grayscale: #8E8E8E. Windows color (decimal): -15416133 or 12305428. OLE color: 12305428.

HSL color Cylindrical-coordinate representation of color #14C4BB: hue angle of 176.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C4BB is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB20196187-
CMYK0.9000.050.23
HSL176.93º81.48%42.35%-
HSV(B)176.93º89.8%76.86%-
XYZ2943.2253.83-
YUV142.35153.1940.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 4.96%
GREEN value IS 196 (76.95% from 255) = 48.64%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=4.96%
G=48.64%
B=46.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal201961870.9000.050.23176.9381.4842.35
Hex14C4BB5A0517b1512a
Octal24304273132052726112152
Binary1010011000100101110111011010010110111101100011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,196,187); }

 H1.HeaderClassName
 {
   color: #14C4BB;
 }
 .AnyTagClassName
 {
   color: #14C4BB;
 }
</style>
background-color css

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

 a { background-color: rgb(20,196,187); }

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

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

 span { border-color: rgb(20,196,187); }

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