#14B9B3

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

Shades of Light Sea Green #14B9B3

Tints of Light Sea Green #14B9B3

Color information

#14B9B3 (or 0x14B9B3) is unknown color: approx Light Sea Green. HEX triplet: 14, B9 and B3. RGB value is (20,185,179). Sum of RGB (Red+Green+Blue) = 20+185+179=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #14B9B3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B9B3 is #EB464C. Grayscale: #868686. Windows color (decimal): -15418957 or 11778324. OLE color: 11778324.

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

Color convert

RGB20185179-
CMYK0.8900.030.27
HSL177.82º80.49%40.2%-
HSV(B)177.82º89.19%72.55%-
XYZ25.7738.148.64-
YUV134.98152.8445.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.21%
GREEN value IS 185 (72.66% from 255) = 48.18%
BLUE value IS 179 (70.31% from 255) = 46.61%
R=5.21%
G=48.18%
B=46.61%

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
Decimal201851790.8900.030.27177.8280.4940.2
Hex14B9B359031Bb25028
Octal24271263131033326212050
Binary101001011100110110011101100101111011101100101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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