#14BBB6

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

Shades of Light Sea Green #14BBB6

Tints of Light Sea Green #14BBB6

Color information

#14BBB6 (or 0x14BBB6) is unknown color: approx Light Sea Green. HEX triplet: 14, BB and B6. RGB value is (20,187,182). Sum of RGB (Red+Green+Blue) = 20+187+182=389 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.14% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 187 - color contains mainly: green. Hex color #14BBB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BBB6 is #EB4449. Grayscale: #888888. Windows color (decimal): -15418442 or 11975444. OLE color: 11975444.

HSL color Cylindrical-coordinate representation of color #14BBB6: hue angle of 178.2º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BBB6 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB20187182-
CMYK0.8900.030.27
HSL178.2º80.68%40.59%-
HSV(B)178.2º89.3%73.33%-
XYZ26.539.0750.4-
YUV136.5153.6744.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.14%
GREEN value IS 187 (73.44% from 255) = 48.07%
BLUE value IS 182 (71.48% from 255) = 46.79%
R=5.14%
G=48.07%
B=46.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201871820.8900.030.27178.280.6840.59
Hex14BBB659031Bb25129
Octal24273266131033326212151
Binary101001011101110110110101100101111011101100101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,187,182); }

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

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

 a { background-color: rgb(20,187,182); }

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

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

 span { border-color: rgb(20,187,182); }

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