#14BBB4

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

Shades of Light Sea Green #14BBB4

Tints of Light Sea Green #14BBB4

Color information

#14BBB4 (or 0x14BBB4) is unknown color: approx Light Sea Green. HEX triplet: 14, BB and B4. RGB value is (20,187,180). Sum of RGB (Red+Green+Blue) = 20+187+180=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #14BBB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BBB4 is #EB444B. Grayscale: #888888. Windows color (decimal): -15418444 or 11844372. OLE color: 11844372.

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

Color convert

RGB20187180-
CMYK0.8900.040.27
HSL177.49º80.68%40.59%-
HSV(B)177.49º89.3%73.33%-
XYZ26.338.9849.32-
YUV136.27152.6745.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.17%
GREEN value IS 187 (73.44% from 255) = 48.32%
BLUE value IS 180 (70.70% from 255) = 46.51%
R=5.17%
G=48.32%
B=46.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201871800.8900.040.27177.4980.6840.59
Hex14BBB459041Bb15129
Octal24273264131043326112151
Binary1010010111011101101001011001010011011101100011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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