#14CBAE

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

Shades of Light Sea Green #14CBAE

Tints of Light Sea Green #14CBAE

Color information

#14CBAE (or 0x14CBAE) is unknown color: approx Light Sea Green. HEX triplet: 14, CB and AE. RGB value is (20,203,174). Sum of RGB (Red+Green+Blue) = 20+203+174=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #14CBAE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CBAE is #EB3451. Grayscale: #909090. Windows color (decimal): -15414354 or 11455252. OLE color: 11455252.

HSL color Cylindrical-coordinate representation of color #14CBAE: hue angle of 170.49º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CBAE is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB20203174-
CMYK0.9000.140.20
HSL170.49º82.06%43.73%-
HSV(B)170.49º90.15%79.61%-
XYZ29.2845.9247.36-
YUV144.98144.3738.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.04%
GREEN value IS 203 (79.69% from 255) = 51.13%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=5.04%
G=51.13%
B=43.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202031740.9000.140.20170.4982.0643.73
Hex14CBAE5A0E14aa522c
Octal243132561320162425212254
Binary10100110010111010111010110100111010100101010101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,203,174); }

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

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

 a { background-color: rgb(20,203,174); }

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

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

 span { border-color: rgb(20,203,174); }

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