#14B3B7

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

Shades of Light Sea Green #14B3B7

Tints of Light Sea Green #14B3B7

Color information

#14B3B7 (or 0x14B3B7) is unknown color: approx Light Sea Green. HEX triplet: 14, B3 and B7. RGB value is (20,179,183). Sum of RGB (Red+Green+Blue) = 20+179+183=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 179 (70.31% from 255 or 46.86% from 382); Blue value is 183 (71.88% from 255 or 47.91% from 382); Max value from RGB is 183 - color contains mainly: blue. Hex color #14B3B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B3B7 is #EB4C48. Grayscale: #838383. Windows color (decimal): -15420489 or 12038932. OLE color: 12038932.

HSL color Cylindrical-coordinate representation of color #14B3B7: hue angle of 181.47º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B3B7 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB20179183-
CMYK0.890.0200.28
HSL181.47º80.3%39.8%-
HSV(B)181.47º89.07%71.76%-
XYZ24.9635.8150.4-
YUV131.92156.8248.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.24%
GREEN value IS 179 (70.31% from 255) = 46.86%
BLUE value IS 183 (71.88% from 255) = 47.91%
R=5.24%
G=46.86%
B=47.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal201791830.890.0200.28181.4780.339.8
Hex14B3B759201Cb55028
Octal24263267131203426512050
Binary101001011001110110111101100110011100101101011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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