#14ACA7

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

Shades of Light Sea Green #14ACA7

Tints of Light Sea Green #14ACA7

Color information

#14ACA7 (or 0x14ACA7) is unknown color: approx Light Sea Green. HEX triplet: 14, AC and A7. RGB value is (20,172,167). Sum of RGB (Red+Green+Blue) = 20+172+167=359 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.57% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 167 (65.62% from 255 or 46.52% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #14ACA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14ACA7 is #EB5358. Grayscale: #7D7D7D. Windows color (decimal): -15422297 or 10988564. OLE color: 10988564.

HSL color Cylindrical-coordinate representation of color #14ACA7: hue angle of 178.03º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14ACA7 is Cyan = 0.88, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB20172167-
CMYK0.8800.030.33
HSL178.03º79.17%37.65%-
HSV(B)178.03º88.37%67.45%-
XYZ22.0232.4441.66-
YUV125.98151.1452.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.57%
GREEN value IS 172 (67.58% from 255) = 47.91%
BLUE value IS 167 (65.62% from 255) = 46.52%
R=5.57%
G=47.91%
B=46.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201721670.8800.030.33178.0379.1737.65
Hex14ACA7580321b24f26
Octal24254247130034126211746
Binary1010010101100101001111011000011100001101100101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14ACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,172,167); }

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

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

 a { background-color: rgb(20,172,167); }

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

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

 span { border-color: rgb(20,172,167); }

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