#14BEB9

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

Shades of Light Sea Green #14BEB9

Tints of Light Sea Green #14BEB9

Color information

#14BEB9 (or 0x14BEB9) is unknown color: approx Light Sea Green. HEX triplet: 14, BE and B9. RGB value is (20,190,185). Sum of RGB (Red+Green+Blue) = 20+190+185=395 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.06% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #14BEB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BEB9 is #EB4146. Grayscale: #8A8A8A. Windows color (decimal): -15417671 or 12172820. OLE color: 12172820.

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

Color convert

RGB20190185-
CMYK0.8900.030.25
HSL178.24º80.95%41.18%-
HSV(B)178.24º89.47%74.51%-
XYZ27.4640.4852.26-
YUV138.6154.1843.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.06%
GREEN value IS 190 (74.61% from 255) = 48.10%
BLUE value IS 185 (72.66% from 255) = 46.84%
R=5.06%
G=48.10%
B=46.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal201901850.8900.030.25178.2480.9541.18
Hex14BEB9590319b25129
Octal24276271131033126212151
Binary101001011111010111001101100101111001101100101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,190,185); }

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

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

 a { background-color: rgb(20,190,185); }

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

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

 span { border-color: rgb(20,190,185); }

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