#14B4B7

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

Shades of Light Sea Green #14B4B7

Tints of Light Sea Green #14B4B7

Color information

#14B4B7 (or 0x14B4B7) is unknown color: approx Light Sea Green. HEX triplet: 14, B4 and B7. RGB value is (20,180,183). Sum of RGB (Red+Green+Blue) = 20+180+183=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 183 (71.88% from 255 or 47.78% from 383); Max value from RGB is 183 - color contains mainly: blue. Hex color #14B4B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14B4B7 is #EB4B48. Grayscale: #848484. Windows color (decimal): -15420233 or 12039188. OLE color: 12039188.

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

Color convert

RGB20180183-
CMYK0.890.0200.28
HSL181.1º80.3%39.8%-
HSV(B)181.1º89.07%71.76%-
XYZ25.1636.2150.46-
YUV132.5156.4947.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.22%
GREEN value IS 180 (70.70% from 255) = 47.00%
BLUE value IS 183 (71.88% from 255) = 47.78%
R=5.22%
G=47.00%
B=47.78%

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
Decimal201801830.890.0200.28181.180.339.8
Hex14B4B759201Cb55028
Octal24264267131203426512050
Binary101001011010010110111101100110011100101101011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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