#14AEA5

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

Shades of Light Sea Green #14AEA5

Tints of Light Sea Green #14AEA5

Color information

#14AEA5 (or 0x14AEA5) is unknown color: approx Light Sea Green. HEX triplet: 14, AE and A5. RGB value is (20,174,165). Sum of RGB (Red+Green+Blue) = 20+174+165=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 174 - color contains mainly: green. Hex color #14AEA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AEA5 is #EB515A. Grayscale: #7E7E7E. Windows color (decimal): -15421787 or 10858004. OLE color: 10858004.

HSL color Cylindrical-coordinate representation of color #14AEA5: hue angle of 176.49º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AEA5 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB20174165-
CMYK0.8900.050.32
HSL176.49º79.38%38.04%-
HSV(B)176.49º88.51%68.24%-
XYZ22.2233.1440.82-
YUV126.93149.4851.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.57%
GREEN value IS 174 (68.36% from 255) = 48.47%
BLUE value IS 165 (64.84% from 255) = 45.96%
R=5.57%
G=48.47%
B=45.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal201741650.8900.050.32176.4979.3838.04
Hex14AEA5590520b04f26
Octal24256245131054026011746
Binary10100101011101010010110110010101100000101100001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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