#14B2B7

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

Shades of Light Sea Green #14B2B7

Tints of Light Sea Green #14B2B7

Color information

#14B2B7 (or 0x14B2B7) is unknown color: approx Light Sea Green. HEX triplet: 14, B2 and B7. RGB value is (20,178,183). Sum of RGB (Red+Green+Blue) = 20+178+183=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 183 (71.88% from 255 or 48.03% from 381); Max value from RGB is 183 - color contains mainly: blue. Hex color #14B2B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B2B7 is #EB4D48. Grayscale: #838383. Windows color (decimal): -15420745 or 12038676. OLE color: 12038676.

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

Color convert

RGB20178183-
CMYK0.890.0300.28
HSL181.84º80.3%39.8%-
HSV(B)181.84º89.07%71.76%-
XYZ24.7635.4150.33-
YUV131.33157.1548.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.25%
GREEN value IS 178 (69.92% from 255) = 46.72%
BLUE value IS 183 (71.88% from 255) = 48.03%
R=5.25%
G=46.72%
B=48.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal201781830.890.0300.28181.8480.339.8
Hex14B2B759301Cb65028
Octal24262267131303426612050
Binary101001011001010110111101100111011100101101101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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