#14B7B2

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

Shades of Light Sea Green #14B7B2

Tints of Light Sea Green #14B7B2

Color information

#14B7B2 (or 0x14B7B2) is unknown color: approx Light Sea Green. HEX triplet: 14, B7 and B2. RGB value is (20,183,178). Sum of RGB (Red+Green+Blue) = 20+183+178=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #14B7B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B7B2 is #EB484D. Grayscale: #858585. Windows color (decimal): -15419470 or 11712276. OLE color: 11712276.

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

Color convert

RGB20183178-
CMYK0.8900.030.28
HSL178.16º80.3%39.8%-
HSV(B)178.16º89.07%71.76%-
XYZ25.2637.2347.97-
YUV133.6915346.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal201831780.8900.030.28178.1680.339.8
Hex14B7B259031Cb25028
Octal24267262131033426212050
Binary101001011011110110010101100101111100101100101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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