#14B0B2

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

Shades of Light Sea Green #14B0B2

Tints of Light Sea Green #14B0B2

Color information

#14B0B2 (or 0x14B0B2) is unknown color: approx Light Sea Green. HEX triplet: 14, B0 and B2. RGB value is (20,176,178). Sum of RGB (Red+Green+Blue) = 20+176+178=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 178 - color contains mainly: blue. Hex color #14B0B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14B0B2 is #EB4F4D. Grayscale: #818181. Windows color (decimal): -15421262 or 11710484. OLE color: 11710484.

HSL color Cylindrical-coordinate representation of color #14B0B2: hue angle of 180.76º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B0B2 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB20176178-
CMYK0.890.0100.30
HSL180.76º79.8%38.82%-
HSV(B)180.76º88.76%69.8%-
XYZ23.8534.4147.5-
YUV129.58155.3249.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.35%
GREEN value IS 176 (69.14% from 255) = 47.06%
BLUE value IS 178 (69.92% from 255) = 47.59%
R=5.35%
G=47.06%
B=47.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal201761780.890.0100.30180.7679.838.82
Hex14B0B259101Eb55027
Octal24260262131103626512047
Binary10100101100001011001010110011011110101101011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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