#14BAB5

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

Shades of Light Sea Green #14BAB5

Tints of Light Sea Green #14BAB5

Color information

#14BAB5 (or 0x14BAB5) is unknown color: approx Light Sea Green. HEX triplet: 14, BA and B5. RGB value is (20,186,181). Sum of RGB (Red+Green+Blue) = 20+186+181=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #14BAB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BAB5 is #EB454A. Grayscale: #878787. Windows color (decimal): -15418699 or 11909652. OLE color: 11909652.

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

Color convert

RGB20186181-
CMYK0.8900.030.27
HSL178.19º80.58%40.39%-
HSV(B)178.19º89.25%72.94%-
XYZ26.1938.649.79-
YUV135.8153.545.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.17%
GREEN value IS 186 (73.05% from 255) = 48.06%
BLUE value IS 181 (71.09% from 255) = 46.77%
R=5.17%
G=48.06%
B=46.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201861810.8900.030.27178.1980.5840.39
Hex14BAB559031Bb25128
Octal24272265131033326212150
Binary101001011101010110101101100101111011101100101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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