#14A5AE

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

Shades of Light Sea Green #14A5AE

Tints of Light Sea Green #14A5AE

Color information

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

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

Color convert

RGB20165174-
CMYK0.890.0500.32
HSL183.51º79.38%38.04%-
HSV(B)183.51º88.51%68.24%-
XYZ21.3830.1144.73-
YUV122.67156.9654.77-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal201651740.890.0500.32183.5179.3838.04
Hex14A5AE595020b84f26
Octal24245256131504027011746
Binary10100101001011010111010110011010100000101110001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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